openarm_ros2/openarm_bringup
2025-07-23 16:26:42 +09:00
..
config/v10_controllers Update license headers (#45) 2025-07-23 16:26:42 +09:00
launch Reconfigured controllers with new URDF for v1.0 (#34) 2025-07-23 14:41:24 +09: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 Reconfigured controllers with new URDF for v1.0 (#34) 2025-07-23 14:41:24 +09:00
README.md Reconfigured controllers with new URDF for v1.0 (#34) 2025-07-23 14:41:24 +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 use_fake_hardware:=true

Launch Files

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

Key Parameters

  • arm_type - Arm type (default: v10)
  • use_fake_hardware - Use fake hardware instead of real hardware (default: false)
  • 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