All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Publishing of robot state and joints via tf2
- Open loop calculated odometry by integrating rate commands
- Additional documentation about hardware
- Links to 3d printed parts for mounting lidar scanner
- Merged alternate gait into master, configurable by parameters
- Deprecating alternate-gait branch
- Changed robot velocity command from a Vector3 message on a
speed_cmd
topic, to the more ROS conventional Twist message on acmd_vel
topic._ This affectedspot_micro_motion_cmd
,spot_micro_keyboard_command
, andlcd_monitor
packages
- Removed deprecated
spot_micro_walk
andspot_micro_simple_command
python pacakges, as they are obsolete
- This changelog file
- Launch files for packages that did not have them, and added added command line arguments to launch certain configurations
spot_micro_rviz
package, which includes a urdf file defining the spot micro robot geometry. Currently this file and package will only be used for visualization. Not yet functional, reserved for future capability.
- Converted
i2c-pwmboard
package from a code copy to a git submodule
spot_micro_simple_command
andspot_micro_walk
python packages will be deprecated soon