Go to the sdk-examples subdirectory created by the clone
$ cd sdk-examples
Make sure you have the proper tag which is currently v0.6.1
$ git tag -l
$ git checkout v0.6.1
3. Initialize the RSDK Environment & Build
Run the init.sh script and provide the robot's hostname as an argument. Optionally, provide the ROS distribution you wish to use (defaults to latest deb installed version).
$ ./init.sh <Baxter Hostname> [ROS Distro]
Go to the baxter subdirectory
$ cd baxter
Build the examples
$ rosmake baxter --pre-clean
Note: if the development workstation hostname is not resolvable to an IP address from the robot, then you will have to set the ROS_IP environment variable. Our example uses 192.168.1.100 but please substitute your IP address for your development workstation. Use 'ifconfig' to get this IP address.