The Desktop Arm is a complete ROS2-based robotic arm system featuring the BCN3D Moveo, a medium-sized fully 3D-printable 6-axis arm. Similar in aesthetics to industrial arms like the KUKA Agilus or Fanuc LR Mate, it’s designed for personal use, research, and education at an affordable price.
┌──────────────────┐
│ Xbox Controller │
└────────┬─────────┘
│ USB / Network
▼
┌──────────────────┐ ┌──────────────────┐
│ Raspberry Pi 4 │───▶│ Arduino Mega │
│ ROS2 Humble │ │ RAMPS 1.4 │
│ MoveIt2 │ │ Stepper Drivers │
└──────────────────┘ └────────┬─────────┘
│
▼
┌──────────────────┐
│ 6-DOF Arm │
│ (BCN3D Moveo) │
└──────────────────┘
ros2 launch desktop_arm teleop.launch.py
# On robot
ros2 launch desktop_arm teleop.launch.py start_server:=true manual:=false
# On client
python client-controller.py
| Command | Description |
|---|---|
enablemotor MOTOR |
Enable stepper driver |
movemotor MOTOR VALUE |
Move to position (deg) |
gripper VALUE |
Open (1) or close (0) |
robotinfo |
Print system status |
setmotorspeed MOTOR VALUE |
Adjust speed |
~/ros2_ws/src./install.sh for ROS2, MoveIt2, dependencies