HebiRobotics / HEBI-ROS-DEPRECATED

HEBI ROS Examples/API/etc.
19 stars 19 forks source link

Refactor out general base plugin #126

Closed iamtesch closed 5 years ago

iamtesch commented 5 years ago

Various code cleanup, and refactoring into three directories:

sim Simulator-independent simulated HEBI actuator components plugin_base Gazebo interface code that creates and updates HEBI sim objects from the sim directory plugin_hebiros All of the ROS interface code that updates the simulation according to commands from the hebiros API, and sends feedback to it.

iamtesch commented 5 years ago

Cool - thanks for the review!