heuristicus / spot_ros

ROS driver for controlling Boston Dynamics' Spot robot
https://heuristicus.github.io/spot_ros/
Other
268 stars 136 forks source link

Make spot_driver more modular and add SDK functionality #104

Open jeremysee2 opened 1 year ago

jeremysee2 commented 1 year ago

I'm working on refactoring the two monolithic classes of SpotROS and SpotWrapper into individual components that share some variables, adding unit tests and adding some SDK functionality that I'm interested in. The goal is to make the package easier to contribute to and test, hopefully making a drag and drop solution to integrate Spot's high level functionality with other ROS packages.

The fork is here: https://github.com/jeremysee2/spot_ros