This example program demonstrates how to query the log status service.
This example requires the bosdyn API and client to be installed, and must be run using python3. Using pip, these dependencies can be installed using:
python3 -m pip install -r requirements.txt
Examples of commands that can be run with the log-status
client:
python3 log_status.py ROBOT_IP get $LOG_ID
python3 log_status.py ROBOT_IP active
python3 log_status.py ROBOT_IP experiment timed $DURATION_IN_SECONDS
python3 log_status.py ROBOT_IP experiment continuous
python3 log_status.py ROBOT_IP retro $DURATION_IN_SECONDS
python3 log_status.py ROBOT_IP terminate $LOG_ID