码迷,mamicode.com
首页 > 其他好文 > 详细

Baxter机器人---运行测试(二)

时间:2016-01-07 01:01:09      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

原创博文,转载请标明出处:--周学伟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

root@zxwubuntu-Aspire-V3-572G:~# 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(生效)

root@zxwubuntu-Aspire-V3-572G:~# source /opt/ros/groovy/setup.bash
root@zxwubuntu-Aspire-V3-572G:~# catkin_make

 

Baxter机器人---运行测试(二)

标签:

原文地址:http://www.cnblogs.com/zxouxuewei/p/5107909.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!