OpenArm Community & Support
Ask questions, share builds, and get help from SVRC and the OpenArm user community
Get Help Fast
Forum
Ask questions, share builds, and get help from other OpenArm users. The primary community discussion space.
Open Forum →GitHub Issues
Report bugs, request features, and browse known issues in the openarm_can and openarm_ros2 repositories.
Open GitHub →Email Support
Contact SVRC directly for hardware issues, RMA requests, or questions that require hands-on support.
Contact SVRC →Popular Forum Topics
Active threads from the OpenArm community covering setup, control, and data collection.
Frequently Asked Questions
-
My CAN interface isn't showing up. What do I check?
First verify the CAN USB adapter is recognized:
SocketCAN Setup Guide →lsusb. Then check if thecan0interface exists:ip link show. If not, runsudo modprobe can && sudo modprobe can_raw. See the SocketCAN setup guide for full troubleshooting. -
ROS2 can't find the openarm_ros2 package.
Source your ROS2 workspace:
ROS2 Control Guide →source /opt/ros/humble/setup.bash && source install/setup.bash. Make sure you rancolcon buildin the workspace root before sourcing. -
The arm moves erratically on first startup.
This is usually a calibration issue. Run the homing procedure before issuing any motion commands. Never skip homing after a power cycle.
Calibration & Homing Guide → -
What teleoperation device works best with OpenArm?
The Wuji Hand gives the best dexterity match for contact-rich tasks. VR controllers (Meta Quest) work well for pick-and-place. For simple testing, keyboard control is sufficient to verify your setup.
Wuji Hand → -
How do I record data in LeRobot format?
See the data logging guide for full configuration options. Quick start:
Data Logging Guide →ros2 launch openarm_ros2 record.launch.py output_format:=lerobot task_name:=<your_task> -
What AI models are compatible with OpenArm?
ACT, Diffusion Policy, and OpenVLA are all tested and documented. Start with ACT for pick-and-place tasks — it has the most example configurations for OpenArm.
OpenArm Models →
Share Your Build
Built something with OpenArm? Share it in the forum or submit to the Showcase to inspire others in the community.