Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

l2ktech/PAROL6-ROS2-MOVEIT_orginal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAROL6-ROS2-MOVEIT

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.

PAROL6 Demo


🛠️ Installation & Setup

Tested on:

  • Ubuntu 22.04
  • ROS 2 Humble

1. Install ROS 2 Humble and MoveIt 2

You can follow this guide or install via APT:

sudo apt update
sudo apt install ros-humble-desktop ros-humble-moveit

1. Create and build a workspace

mkdir -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 build

1. Source the environment

colcon build
source /opt/ros/humble/setup.bash
source install/setup.bash

🚀 Run the Simulation

LC_NUMERIC=en_US.UTF-8 ros2 launch parol6_moveit demo.launch.py

📚 Helpful Resources

🛠️ Troubleshoot

Fix common MoveIt 2 issues :

sudo apt install --reinstall ros-humble-geometric-shapes

MoveIt Setup Assistant (Optional):

ros2 run moveit_setup_assistant moveit_setup_assistant
ros2 launch moveit_robot_arm_sim demo.launch.py

⚠️ Note: All URDF/XACRO names must be lowercase to avoid issues! ⚠️ Note: - Common_errors

✅ TODO

  • Connect with real PAROL6 robot
  • Move PAROL6

About

Original PAROL6 ROS2 MoveIt reference fork for comparing maintained support workspaces.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 22.8%
  • Python 21.1%
  • Shell 20.9%
  • C 12.6%
  • C++ 12.5%
  • Makefile 6.6%
  • Other 3.5%