This repository provides ROS 2 MoveIt 2 integration for the PAROL6 6-DOF open-source robotic arm. It includes a simulation demo, URDF models, and launch files for testing and planning.
Tested on:
- Ubuntu 22.04
- ROS 2 Humble
You can follow this guide or install via APT:
sudo apt update
sudo apt install ros-humble-desktop ros-humble-moveitmkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/your_username/PAROL6-ROS2-MOVEIT.git
## OR Copy this repo manually to ros2_ws/src
cd ~/ros2_ws
colcon buildcolcon build
source /opt/ros/humble/setup.bash
source install/setup.bashLC_NUMERIC=en_US.UTF-8 ros2 launch parol6_moveit demo.launch.pyFix common MoveIt 2 issues :
sudo apt install --reinstall ros-humble-geometric-shapesMoveIt Setup Assistant (Optional):
ros2 run moveit_setup_assistant moveit_setup_assistant
ros2 launch moveit_robot_arm_sim demo.launch.py- Connect with real PAROL6 robot
- Move PAROL6
