Note: 本教程假设你已经完成了ROS 教程。对于这个堆栈的代码可以在roch_robot得到。.
(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

安装roch_robot堆栈。

Description: 这个教程提供了一个安装roch_robot堆栈的指南。

Keywords: roch_robot

Tutorial Level: BEGINNER

Next Tutorial: 如何使用 roch_base包

对于安装roch_robot堆栈包,这里有两种方式。 第一种是从ros的debain存储库中安装roch_robot,使用命令apt-get第二种是从Github代码库中源码安装roch_robot

debain安装

这个步骤是非常简单的,通过打开一个终端然后输入以下命令:

  • sudo apt-get install ros-indigo-roch-robot

源码安装

在此步骤开始之前,你应该有你自己的catkin工作空间。 在你的catkin工作空间下的source(src)目录下,输入以下命令:

  • git clone https://github.com/SawYer-Robotics/roch_robot.git

对于你工作空间下的包,确保你已经安装了必要的依赖:

  •  $ cd ~/catkin_ws/
     $ rosdep install --from-paths src --ignore-src --rosdistro indigo -y

从Github下载源码后,你应该在你的catkin工作空间目录下使用catkin_make进行编译。

Wiki: cn/roch_robot/Tutorials/Installation (last edited 2017-04-25 00:46:27 by Playfish)