-
Notifications
You must be signed in to change notification settings - Fork 17
Software Version
rethink-cgindel edited this page Nov 12, 2013
·
10 revisions
NOTE: If asked what "version" you're running, this is probably the one we mean.
It is convenient to report the software version running on the robot when reporting a ticket.
- cd to the sdk examples directory on the development workstation
$ cd ~/<catkin_ws>
- Run baxter.sh
$ ./baxter.sh
- Run rosparm to get the software version
$ rosparam get /rethink/software_version
You should make sure you have a compatible version of the SDK software from the github repository checked out and running on your Developer Workstation. The version number corresponds to the git 'tag' you checked out.
There are two ways to check this:
-
Look at version listed at the top of the
CHANGES.md
file in thesdk-examples
directory. -
Look for the "closest" tag in your git checkout:
$ cd ~/<catkin_ws> $ git describe v0.6.1-1-g01afa20
In this case, the version would be "v0.6.1".
© 2008-2013 Rethink Robotics. All rights reserved.