sudo robotctl system reboot
Last updated
sudo robotctl system reboot
Reboots the robot.
Think before you reboot
Most “try rebooting” situations have a more precise action:
| Symptom | Better move |
|---|---|
| One daemon misbehaving | sudo systemctl restart <daemon> |
| A fix not taking effect after an update | Re-run robotctl update apply — see the dev cheat sheet |
| Pad will not connect | Re-pair — see Pair a gamepad |
| Joints unresponsive | robotctl robot init |
A reboot also costs you the current boot’s journal context — journalctl -b then refers to the new boot — so rebooting mid-investigation can throw away the evidence.