-
Notifications
You must be signed in to change notification settings - Fork 0
Software Update
Use software update to update robot side SDK software when patches or updates are available.
When software updates are available for the Baxter robot, Rethink Robotics software support will notify you, at which time you may update at your convenience. Update files must be put on a fat32 usb stick and inserted into your robot before running the following steps. Please contact support to get the software update files.
Start software update from an RSDK terminal session using:
$ rosrun tools update_robot.py -h
update_robot.py [ARGUMENTS]
-h, --help This screen
-l, --list List available updates
-u, --update [UUID] Launch the given update
-l,--list: Used to list the updates that are available to the system. Gives a list of pairs, update version and update uuid.
-u,--update [UUID]: Kick off the updater to update to the specified update.
- Allow robot to fully boot.
- Plug in FAT32 formatted drive with the update files in the root of the drive (i.e. not a sub directory).
- Wait ~30 seconds for the system to recognize the drive.
- use -l to get the update uuid
- use -u [UUID] to start the update.
This starts the verification and unpacking of the update payload. Status will be printed out as it goes through the required steps.
The last step informs the user that the system will now reboot to finish updating. The screen will show a bunch of text while this is happening. Once finished, it reboots to the new software and finalizes the update.
For common issues specific to using software update with Baxter, check out the Troubleshooting page.