首页 > 其他 > 详细

OpenMANIPULATOR-X

时间:2020-07-16 15:57:34      阅读:69      评论:0      收藏:0      [点我收藏+]

 为OpenMANIPULATOR-X安装相关的软件包。 在终端窗口中运行以下命令。

sudo apt-get install ros-kinetic-ros-controllers ros-kinetic-gazebo* ros-kinetic-moveit* ros-kinetic-industrial-core

 

cd ~/catkin_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
cd ~/catkin_ws && catkin_make

 

 

rosrun open_manipulator_controller create_udev_rules

  

 

 

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

 

SBC

export OPENCR_PORT=/dev/ttyACM0
export OPENCR_MODEL=om_with_tb3
rm -rf ./opencr_update.tar.bz2
wget https://github.com/ROBOTIS-GIT/OpenCR-Binaries/raw/master/turtlebot3/ROS1/latest/opencr_update.tar.bz2 
tar -xvf opencr_update.tar.bz2 
cd ./opencr_update && ./update.sh $OPENCR_PORT $OPENCR_MODEL.opencr && cd ..

  

roscore

  

roslaunch turtlebot3_bringup turtlebot3_robot.launch

  

roslaunch turtlebot3_manipulation_bringup turtlebot3_manipulation_bringup.launch

  

 roslaunch turtlebot3_manipulation_moveit_config move_group.launch

  

 

roslaunch turtlebot3_manipulation_moveit_config moveit_rviz.launch

  

 

 roslaunch turtlebot3_manipulation_gui turtlebot3_manipulation_gui.launch

  

 

OpenMANIPULATOR-X

原文:https://www.cnblogs.com/kay2018/p/13322124.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!