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 » OpenManipulator-X入门教程 » OpenManipulator机械臂入门教程-PC设置

OpenManipulator机械臂入门教程-PC设置

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

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

文章说明

  • 介绍如何在PC上配置OpenManipulator机械臂的使用环境
  • 安装Ubuntu 16.04和ROS Kinetic Kame :参考链接

Noetic版本安装步骤

$ cs -s install_openmanipulator_x_noetic_source.sh

melodic版本安装步骤

$ cs -s install_openmanipulator_x_melodic_source.sh

kinetic版本安装步骤

  • 分步安装
$ sudo apt-get install ros-kinetic-ros-controllers ros-kinetic-gazebo* ros-kinetic-moveit* ros-kinetic-industrial-core

$ mkdir -p ~/openManipulator_ws/src/ && cd ~/openManipulator_ws/src/
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/DynamixelSDK.git
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/dynamixel-workbench.git
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs.git
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/open_manipulator.git
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/open_manipulator_msgs.git
$ git clone -b kinetic-devel https://github.com/ROBOTIS-GIT/open_manipulator_simulations.git
$ git clone -b kinetic-devel 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
$ cd ~/openManipulator_ws && catkin_make
$ echo "source ~/openManipulator_ws/devel/setup.bash" >> ~/.bashrc
$ source ~/.bashrc

参考资料

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

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


标签: openmanipulator 机械臂入门教程