Releases: threeal/tosshin
Releases · threeal/tosshin
Version 0.3.0
- Add
navigation_dummy
andnavigation_teleop
as example implementations. - Add separation of
NavigationProvider
intoManeuverProvider
andOdometryProvider
. - Add separation of
NavigationConsumer
intoManeuverConsumer
andOdometryConsumer
. - 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_cpp
package:- Add
NavigationProvider
andNavigationConsumer
. - Publish odometry topic instead of position and orientation topic.
- Add
- Modify
tosshin_interfaces
:- Remove bounded array in the
Maneuver
msg. - Add Bounded array in the
ConfigureManeuver
msg. - Add
Odometry
andConfigureOdometry
interfaces.
- Remove bounded array in the
Version 0.1.0
- Add
Maneuver
,Orientation
, andPosition
msgs. - Add
ConfigureManeuver
srv.