This repo holds the ROS driver for the thrusters_controller
subsystem that is used for OSL's AUVs.
It includes the seabotix_interface
to work with the Seabotix BLDC thrusters of Nessie AUV.
Each driver should be created in an indipended ROS package with the same name of the driver. The use of ROS stacks has been deprecated with the introduction of the catkin
build system and its use is discouraged. Initially this repo is providing packages using the rosbuild
build system until the OSL vehicles are migrated to an upgraded version of the ROS. Later the rosbuild
support is going to be dropped and the master
branch will offer a catkinized package format.