openarm_ros2/openarm_bringup
2025-10-15 08:40:42 -04:00
..
config/v10_controllers Update license headers (#45) 2025-07-23 16:26:42 +09:00
launch Fix the RViz file name in the launch script (#58) 2025-10-15 08:40:42 -04:00
rviz Update license headers (#45) 2025-07-23 16:26:42 +09:00
CMakeLists.txt Reconfigured controllers with new URDF for v1.0 (#34) 2025-07-23 14:41:24 +09:00
LICENSE Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
package.xml Update authors (#51) 2025-07-25 18:23:05 +09:00
README.md Moveit2 support for OpenArm v1 (#52) 2025-08-03 16:01:00 +09:00

OpenArm Bringup

This package provides launch files to bring up the OpenArm robot system.

Quick Start

Launch the OpenArm with v1.0 configuration and fake hardware:

ros2 launch openarm_bringup openarm.launch.py arm_type:=v10 hardware_type:=real

Launch Files

  • openarm.launch.py - Single arm configuration
  • openarm.bimanual.launch.py - Dual arm configuration

Key Parameters

  • arm_type - Arm type (default: v10)
  • hardware_type - Use real/mock/mujoco hardware (default: real)
  • can_interface - CAN interface to use (default: can0)
  • robot_controller - Controller type: joint_trajectory_controller or forward_position_controller

What Gets Launched

  • Robot state publisher
  • Controller manager with ros2_control
  • Joint state broadcaster
  • Robot controller (joint trajectory or forward position)
  • Gripper controller
  • RViz2 visualization