安装

  • 安装roch ROS包有两个选项,选择其中一个用于安装。

完整版安装

在线安装

对于在线安装,您可以在命令行键入以下命令。

  sudo apt-get install ros-indigo-roch-bringup ros-indigo-roch-navigation ros-indigo-roch-teleop ros-indigo-roch-follower ros-indigo-roch-rapps ros-indigo-roch-robot ros-indigo-roch-simulator ros-indigo-roch-viz

源代码安装

对于源代码安装,您可以输入以下命令。

> sudo apt-get install python-rosdep python-wstool ros-indigo-ros
> sudo rosdep init
> rosdep update

如果你创建 catkin 工作区可以跳过命令,否则输入以下命令:

> mkdir -p ~/catkin_ws/src
> cd ~/catkin_ws

编译代码:

> wstool init -j5 src https://raw.github.com/SawYer-Robotics/roch_robot/indigo/roch.rosinstall
>  rosdep install --from-paths src --ignore-src --rosdistro indigo -y
>  catkin_make

可选安装

  • 1. 安装Roch

    • Roch软件包包含ROS软件包的应用程序,如roch_navigation,roch_follower和roch_teleop等。
  • 2. 安装roch_robot

    • Roch_robot软件包包含了包含驱动程序,roch_base,roch_ftdi,roch_bringup和roch_sensorpc等。
  • 3. 安装roch_simulator

    • Roch_simulator包几乎只是一个模拟器,新的模拟器将在未来公布。
  • 4. 安装roch_viz

    • Roch_viz只是在Rviz展示roch。

Wiki: cn/Robots/Roch/installation/indigo (last edited 2018-01-11 09:15:47 by SawYer)