Go to file
2025-07-23 11:03:33 +09:00
.github Use cmake-format on pre-commit (#4) 2025-07-22 17:01:31 +09:00
config Import 2025-07-22 16:09:24 +09:00
launch Use autopep8 as python formatter on pre-commit (#5) 2025-07-22 17:28:56 +09:00
meshes Import 2025-07-22 16:09:24 +09:00
rviz Import 2025-07-22 16:09:24 +09:00
urdf Import 2025-07-22 16:09:24 +09:00
.cmake-format.py Use cmake-format on pre-commit (#4) 2025-07-22 17:01:31 +09:00
.gitignore Import 2025-07-22 16:09:24 +09:00
.pre-commit-config.yaml Use autopep8 as python formatter on pre-commit (#5) 2025-07-22 17:28:56 +09:00
CMakeLists.txt Use cmake-format on pre-commit (#4) 2025-07-22 17:01:31 +09:00
CODE_OF_CONDUCT.md Import 2025-07-22 16:09:24 +09:00
CONTRIBUTING.md Import 2025-07-22 16:09:24 +09:00
LICENSE.txt Import 2025-07-22 16:09:24 +09:00
package.xml Import 2025-07-22 16:09:24 +09:00
README.md Add related links to README (#7) 2025-07-23 11:03:33 +09:00

Robot Description files for OpenArm

This package contains description files to generate OpenArm URDFs (Universal Robot Description Files).

To generate or view the URDF, install ROS2, source the setup script, and clone this package into a workspace.

For example, for ROS2 Humble:

source /opt/ros/humble/setup.bash
mkdir -p ~/ros2_ws/src
git clone https://github.com/enactic/openarm_description.git ~/ros2_ws/src/openarm_description
colcon build
source ~/ros2_ws/install/setup.bash

Then to view the bimanual URDF:

ros2 launch openarm_description display_openarm.launch.py arm_type:=v10 bimanual:=true

Or to generate a URDF:

URDF_NAME=openarm_bimanual.urdf
xacro ~/ros2_ws/src/openarm_description/urdf/robot/v10.urdf.xacro arm_type:=v10 bimanual:=true > $URDF_NAME

License

Licensed under the Apache License 2.0. See LICENSE.txt for details.

Copyright 2025 Enactic, Inc.

Code of Conduct

All participation in the OpenArm project is governed by our Code of Conduct.