Install from a source checkout
The repository setup script shows its complete plan and asks for confirmation before it changes the checkout environment or installs system packages:can-utils on Ubuntu and libusb through Homebrew on
macOS when needed. On other Linux distributions, it prints the missing system
package instead of selecting a package manager for you.
Install into an existing environment
Install these requirements with the package manager that owns the environment:cansend. Ubuntu calls this package
can-utils:
Linux setup
Connect and power the arm, then configure its CAN interface:sudo to:
- Load the Linux
gs_usbkernel driver. - Bind the HHS USB-CANFD adapter.
- Create the stable
a1zcanSocketCAN interface at 1 Mbit/s. - Send a safe probe and verify that the adapter transmitted it.
configure-can again.
macOS setup
macOS uses the HHS adapter directly through libusb because it does not provide SocketCAN. The doctor verifies the gripper-capable SDK, finds the attached HHS USB-CANFD adapter, opens it in listen-only mode, and closes it without transmitting or enabling the arm:Run
The A1Z has no brakes or hardware e-stop button; the PSU switch is the hardware kill switch. Support the arm and clear its workspace before starting or stopping dimOS. Disabling the motors makes the arm fall.ManipulationModule. Select a CAN interface explicitly
to use the real arm. Real-hardware startup waits for feedback from all six arm
motors, validates the measured state, holds the measured pose, and then ramps
gravity compensation:
--can-port.
Troubleshooting
- The interface is UP, but the arm does not respond. Some Linux
gs_usbdrivers create an interface but drop every transmission through the HHS adapter. Update to a kernel with the endpoint-discovery fix. On Jetson or another pinned-kernel system, follow the Galaxea driver guide and build the driver for the exact running kernel. Do not install a desktop kernel or copy a kernel module from another machine. - The bus behaves strangely after a crash. Replug the HHS adapter and rerun
dimos hardware a1z configure-canon Linux ordimos hardware a1z doctoron macOS. - macOS cannot find or open the adapter. Check that libusb is installed,
reconnect the adapter, and rerun
dimos hardware a1z doctor. - The gripper remains stiff after shutdown. The adapter retries the disable command, but a degraded bus can still lose it. Support the arm and turn off the PSU.
