IllinoisAUV / robosub

Code that runs on the submarine
GNU General Public License v3.0
5 stars 1 forks source link

Convert motion controller to Twist and Pose #71

Closed abrandemuehl closed 6 years ago

abrandemuehl commented 6 years ago

ROS usually uses Twist and Pose messages for controllers. I've updated all of the motion controller code to use these types, as well as the nodes and libraries that build on top of the motion controller.

Unfortunately, this is a really large pull request, because I also made changes to the helpers that make them easier to use (zero value constructors, for example) and the changes are very tightly coupled with the changes to the motion controller.

abrandemuehl commented 6 years ago

@shubhankar12 Review?