| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-30 | 957 Bytes | |
| v1.0.6 source code.tar.gz | 2024-08-30 | 57.1 kB | |
| v1.0.6 source code.zip | 2024-08-30 | 83.2 kB | |
| Totals: 3 Items | 141.2 kB | 0 | |
What's Changed
- Add streaming support by @RobRoyce in https://github.com/nasa-jpl/rosa/pull/20
Full Changelog: https://github.com/nasa-jpl/rosa/compare/v1.0.5...v1.0.6
Added
- Implemented streaming capability for ROSA responses
- Added
pyproject.tomlfor modern Python packaging - Implemented asynchronous operations in TurtleAgent for better responsiveness
Changed
- Updated Dockerfile for improved build process and development mode support
- Refactored TurtleAgent class for better modularity and streaming support
- Improved bounds checking for turtle movements
- Updated demo script for better cross-platform support and X11 forwarding
- Renamed
set_debugingtoset_debuggingin system tools
Fixed
- Corrected typos and improved documentation in various files
- Fixed potential issues with turtle movement calculations
Removed
- Removed unnecessary logging statements from turtle tools