A complete ROS2 package for the SO-ARM101 robotic arm with URDF description.
This package provides a complete ROS2 implementation for the SO-ARM101 robotic arm, including:
- URDF robot description with visual and collision meshes
- RViz visualization with pre-configured displays
- Launch files for easy robot visualization
- Integration with MoveIt for motion planning
- Joint state publishers for interactive control
https://github.com/TheRobotStudio/SO-ARM100/tree/main/Simulation/SO101
- β
Proper
package.xmlwith all necessary dependencies - β CMakeLists.txt for ROS2 build system
- β Organized directory structure following ROS2 conventions
- β Fixed mesh file paths for proper package integration
-
Clone this repository into your ROS2 workspace:
cd ~/your_ros2_ws/src git clone <your-repo-url> so_arm_description
-
Build the package:
cd ~/your_ros2_ws colcon build --packages-select so_arm_description source install/setup.bash