Robotic-Decision-Making-Lab / angler

ROS 2 framework for lightweight autonomous underwater vehicle manipulator systems
https://robotic-decision-making-lab.github.io/angler/
MIT License
11 stars 1 forks source link
control manipulation motion-planning robotics ros2 ros2-humble ros2-iron ros2-rolling underwater-robotics uvms

Angler :fish:

Angler is a general ROS 2 framework designed to support research, development, and deployment of underwater vehicle manipulator systems (UVMS).

Main Features

The main features of the project include:

Installation

Angler is currently supported on Linux, and is available for the ROS distributions Humble, Iron, and Rolling. To install Angler, first clone this project to the src directory of your ROS workspace, replacing $ROS_DISTRO with the desired ROS distribution or main for Rolling:

git clone -b $ROS_DISTRO git@github.com:evan-palmer/angler.git

After cloning the project, install all external dependencies using vcs:

vcs import src < src/angler/angler.repos

Finally, install the ROS dependencies using rosdep, again, replacing $ROS_DISTRO with the desired ROS distribution:

rosdep update && \
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO

Quick start

ROS 2 launch files have been provided to start the Angler system. To launch the SITL interface for the BlueROV2 Heavy with a Reach Alpha 5 manipulator, run

ros2 launch angler_bringup bluerov2_heavy_alpha.launch.py use_sim:=true

A full description of the launch arguments and their respective default values can be obtained by running the following command:

ros2 launch angler_bringup bluerov2_heavy_alpha.launch.py --show-args

Getting help

If you have questions regarding usage of Angler or regarding contributing to this project, please ask a question on our Discussions board!

License

Angler is released under the MIT license.