原创博文,转载请标明出处:--周学伟http://www.cnblogs.com/zxouxuewei/
前提:You‘ve set up your Baxter and Development PC. This tutorial will show you how to communicate with Baxter, moving the arms, and allowing him to say "Hello!" to your lab.
required(所需)hardware:1.a installed normal baxter robot,
2.a installed ubuntu systeam develpment PC computer。
一.frist ensure(确保)ubuntu PC computer installed ROS。
二.Upon(在) compilation of our catkin workspace, the generated devel folder(开发的文件夹) in the root of our catkin workspace will contain(包含) a setup script which informs(告诉) the ROS environment(环境) of our compiled catkin workspace and the packages therein(其中). The root of the catkin workspace that we created is located(位于) at ~/ros_ws.
1. Move to root of our catkin workspace
[email protected]:~# cd ~/catkin_ws/
If the devel folder is not available(可用) in the root of your catkin_ws, your catkin/ROS workspace (~/ros_ws) is not yet(然而) compiled:
2.your ros path environment take effect(生效)
[email protected]:~# source /opt/ros/groovy/setup.bash [email protected]:~# catkin_make