I’ve been having so much fun creating utilities for my ROSbot this week:
- lifelogger logs each session boot datetime and starting battery voltage
- routine shutdown util that logs the shutdown time and battery voltage at shutdown before executing the shutdown
- SafetyShutdown monitor that starts at boot, flashes the WiFi LED when the battery is getting low, and performs a safety shutdown if the battery gets down to 9.15v
- Status looper that prints uptime, load, temperatures, battery, and distance sensor readings
- JSON robot data file with lock protected writes to hold values programs want to persist or to expose to other programs
The only tough problem is picamera, the Python picamera API doesn’t like the 64-bit OS. I have the feeling that will bite me when I want to use the camera in ROS.
Fun!