Difference between revisions of ""Hello World" with Baxter"

From Lofaro Lab Wiki
Jump to: navigation, search
(Other Programs)
 
Line 15: Line 15:
  
 
==Other Programs==
 
==Other Programs==
:For running examples see here [http://sdk.rethinkrobotics.com/wiki/Example_Programs here.]]
+
:For other examples see here [http://sdk.rethinkrobotics.com/wiki/Example_Programs here.]
:[http://wiki.lofarolabs.com/index.php?title=ARCHR_(voodoo-style_controller)&action=edit&redlink=1 ARCHR Project]
+
:GMU Projects: [http://wiki.lofarolabs.com/index.php?title=ARCHR_(voodoo-style_controller)&action=edit&redlink=1 ARCHR Project]

Latest revision as of 02:07, 2 December 2014

This tutorial assumes that the robot is powered on and that you have already setup the software environment for Baxter. This can be done by following the tutorial here.

Connect to robot and run the program

Configuring ROS environment and connect to robot
After setting up the software dependencies for ROS and Baxter manually configuring the environment and connecting to Baxter will be necessary. Rethink Robotics explains this well at steps 1 and 2 here.
If you have setup LAN access to the robot ensure the baxter.sh file under the ros_ws directory indicates a local IP.
Enable robot and send commands
After connection to the robot has been verified, navigate to the ros_ws directory and run the following code at terminal to enter the ROS environment:
  ./baxter.sh 
Next enable the robot. After running the following command you should hear Baxters joints turn on (by making a constant buzzing noise):
  rosrun baxter_tools enable_robot.py -e
Finally Baxter will wave its arms if you run the code:
  rosrun baxter_examples joint_velocity_wobbler.py 

Other Programs

For other examples see here here.
GMU Projects: ARCHR Project