- Transferring repository and ownership of the pub package to the github ros2dart organization, as they have more time and reason to maintain this package, and ecosystem
- Update SDK constraints and dependencies: Thanks @charly1!
- Fix a few issues: Thanks @charly1 and @codehasbug
- Revert 0.1.5, but keep updated dependencies
- Update dependencies
- Update dependencies
- Fix endian issue in service client
- Prioritize ROS_HOSTNAME over ROS_IP: Thanks @knuesel
- Align SimpleActionClient with other ROS implementations: Thanks @knuesel
- Allow setting manual ROS_IP
- Stable null-safe release
- Fix nullable type in simple action server
- Update to nullsafety
- Allow setting manual ROS_IP
- Adjust ROS_MASTER_URI logic slightly and add tests
- Try making web compatible (as a package in dependencies - not actually run on web)
- Fix an issue with home directory on Android and an issue with dependencies
- Update Actions and Services to not require as many type parameters especially when creating them
- Update dependencies
- Fix SimpleActionClient and Server thanks to @knuesel
- Update README.md and link to external documentation website
- Fix for several issues with shutdown thanks to @knuesel
- Fix for parameters thanks to @knuesel
- Update to latest message generation
- Fix an issue with rosservice servers
- Fix an issue with added UDP support with subscribers
- Added type parameter to return value of subscriber
- Add some tests
- Add preliminary UDP support, and use IP address to enable working on local network
- Fix service server issue with deserializing request
- Finish fixing bus info from node via rqt_graph
- Fix exception when getting bus info from node via rqt_graph
- Export NodeHandle class. Still need work on generating action messages
- Try to fix a logging problem when used with flutter
- Attempt to publish with documentation as well as updated dependencies
- Added documentation
- Fixed actionlib messages
- Fixed actionlib interface
- Added type for actionlib msgs, required for development of them
- v0.0.4 should contain a basic implementation of actions
- Better logging and some cleanup of print statements
- Publisher, subscriber, service client, and service server working in limited tests
- Getting / setting parameters working in limited tests
- Initial version, starting to expose it publicly to enable pub dependency, still a work in progress