Motion planning for a custom 6DOF arm. Built using ROS 2, ros2_control, and MoveIt 2.
- Clone this repo.
- cd to the root of this repo.
- Run rosdep to install all missing packages.
sudo rosdep init
rosdep update
rosdep install --from-paths src -y --ignore-src
- At the root of this repo, run
colcon build.
- Open a new terminal run
source install/setup.bashat the root of your workspace. - Launch using
ros2 launch arm_bringup arm_bringup.launch.py. This launches everything required to control the arm, along with the foxglove_bridge and rosbridge.