Chassis CAN Setup
Scope¶
This page mainly targets:
- Scout Mini
- Scout Mini Omni
- CAN-based chassis communication
scout_ros2 + ugv_sdk
First-Time CAN Adapter Setup¶
The repository already includes helper scripts in ugv_sdk:
You can run:
The script essentially performs:
Bring Up can0 After Replugging¶
Equivalent command:
Check the CAN Interface¶
Debugging Tips¶
If the bus is healthy, you should see chassis-related CAN frames.
Launch the ROS 2 Chassis Node¶
Other common variants:
Keyboard Teleop Test¶
Common Issues¶
can0 is missing¶
- Check whether the adapter is plugged in
- Run
sudo modprobe gs_usb - Run the setup script again
can0 exists but the chassis does not respond¶
- Confirm the bitrate is
500000 - Check the remote-controller mode and E-stop
- Use
candump can0to inspect frame traffic
CAN needs to be reconfigured after every boot¶
If you want boot-time setup, combine this page with rc.local.