13. 移動型機器手臂
http://emanual.robotis.com/docs/en/platform/openmanipulator_x/mobile_manipulation/
安裝相依的套件
$ cd ~/catkin_ws/src
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_msgs.git
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3.git
$ sudo apt-get install ros-kinetic-smach*
$ cd ~/catkin_ws && catkin_make
在 RViz 上載入具 OpenManipulator-X 機器手臂的 TB3 Waffle 或 TB3 Waffle Pi。
$ export TURTLEBOT3_MODEL=${TB3_MODEL}
$ roslaunch open_manipulator_with_tb3_description open_manipulator_with_tb3_rviz.launch

Last updated
Was this helpful?