Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 430 Bytes

ros2_odrive_can ROS2 Package

Clone this repository into your ROS2 Workspace src folder

Start adding the services from this package into your own package.

  • Subscribe to the OdriveStatus publisher
  • Create a client for each Service you need to use
  • Call the service where applicapable

See my aplotter_ros2 repo for an implementation of this project using joy (xbox controller). https://github.com/camrbuss/aplotter_ros2/