Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 740 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 740 Bytes

thrusters_controller

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.

Guidelines

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.