Releases: threeal/tosshin
Releases · threeal/tosshin
Version 0.3.0
- Add
navigation_dummyandnavigation_teleopas example implementations. - Add separation of
NavigationProviderintoManeuverProviderandOdometryProvider. - Add separation of
NavigationConsumerintoManeuverConsumerandOdometryConsumer. - Modify configure to use callbacks instead of future spin wait.
- Add a namespace support for topics and services name.
- Remove unnecessary things.
Version 0.2.0
- Rename from Tosshin Interfaces into Tosshin.
- Add
tosshin_cpppackage:- Add
NavigationProviderandNavigationConsumer. - Publish odometry topic instead of position and orientation topic.
- Add
- Modify
tosshin_interfaces:- Remove bounded array in the
Maneuvermsg. - Add Bounded array in the
ConfigureManeuvermsg. - Add
OdometryandConfigureOdometryinterfaces.
- Remove bounded array in the
Version 0.1.0
- Add
Maneuver,Orientation, andPositionmsgs. - Add
ConfigureManeuversrv.