Releases: nasa-jpl/rosa
Releases · nasa-jpl/rosa
v1.0.7
v1.0.6
What's Changed
Full Changelog: v1.0.5...v1.0.6
Added
- Implemented streaming capability for ROSA responses
- Added
pyproject.toml
for 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_debuging
toset_debugging
in 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
ROSA v1.0.5
What's Changed
- Improve ROS2 tools and add unit tests with CI by @RobRoyce in #15
- Various fixes and improvements by @dawnkisser in #11
New Contributors
- @ dawnkisser made their first contribution in #11
Full Changelog: v1.0.4...v1.0.5
ROSA v1.0.4
What's Changed
Added
- Implemented ros2 topic echo tool.
Changed
- Refactored ROS2 tools for better error handling and response parsing.
- Added blacklist parameters to relevant ROS2 tools.
Fixed
- Fixed a bug where getting a list of ROS2 log files failed.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Added
rosservice_call
tool for ROS1
Changed
- Changed ROSA class methods from private to protected to allow easier overrides.
- Updated ros1
roslog
tools to handle multiple logging directories. - Upgrade dependencies:
langchain
to 0.2.13langchain-community
to 0.2.12langchain_core
to 0.2.32langchain-openai
to 0.1.21
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- docs: implement SLIM starter kit. by @RobRoyce in #2
- docs: update README.md by @eltociear in #3
- fix: delay import of ros1 and ros2 tools to prevent import errors
- fix: provide a proper implementation of
rostopic_echo
New Contributors
- @eltociear made their first contribution in #3
Full Changelog: v1.0.1...v1.0.2
ROSA v1.0.1
ROSA v1.0.0
First public release of the Robot Operating System Agent.