Here’re the different ways I’ve found to turn the rover off properly
-
Sending a message in a topic
rostopic pub /system/shutdown std_msgs/Empty
-
Standard linux way
sudo shutdown -h now
-
Web UI
http://10.0.0.1/ click Turn off button
Any other ?