turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Turtlebot3-ARM教程_视频版 » Turtlebot3-ARM入门教程-软件安装

Turtlebot3-ARM入门教程-软件安装

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

说明

  • 本教程介绍如何在树莓派以及PC上安装相应的Turtlebot3-ARM软件

  • 安装环境:Ubuntu 16.04 + ROS Kinetic Kame

操作步骤

  • 安装前需要根据下面的链接在树莓派以及PC上安装Turtlebot3相关的驱动包,同时设置好主从机
- [Turtlebot3-waffle_pi入门教程-树莓派3安装][1]

- [Turtlebot3-waffle_pi入门教程-PC安装][2]

- [Turtlebot3-waffle_pi入门教程-安装树莓派v2摄像头][3]

- [Turtlebot3-waffle_pi入门教程-网络设置][4]
  • [TurtleBot3 SBC && Remote PC] 安装OpenMANIPULATOR的驱动包
$ sudo apt-get install ros-kinetic-ros-controllers ros-kinetic-gazebo* ros-kinetic-moveit* ros-kinetic-industrial-core ros-kinetic-ar-track-alvar ros-kinetic-ar-track-alvar-msgs ros-kinetic-image-proc

$ mkdir -p ~/openManipulator_ws/src/ && cd ~/openManipulator_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
$ git clone https://github.com/ROBOTIS-GIT/dynamixel-workbench.git
$ git clone https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_msgs.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_simulations.git
$ git clone https://github.com/ROBOTIS-GIT/robotis_manipulator.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_applications.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_perceptions.git
$ cd ~/openManipulator_ws && catkin_make
$ echo "source ~/openManipulator_ws/devel/setup.bash" >> ~/.bashrc
$ source ~/.bashrc
  • [Remote PC] 安装Turtlebot3-ARM的驱动包
$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_manipulation.git
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_manipulation_simulations.git
$ cd ~/catkin_ws && catkin_make

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: turtlebot3-arm入门教程