12.2. 手臂軟體設定
安裝 OpenManipulator 相關套件
[Remote PC 端]
$ 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/open_manipulator_with_tb3_simulations.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_perceptions.git
$ sudo apt-get install ros-kinetic-smach* ros-kinetic-ar-track-alvar ros-kinetic-ar-track-alvar-msgs
$ cd ~/catkin_ws && catkin_make
如果 catkin_make 指令完成沒有出錯,則使用 OpenManipulator 的準備工作就完成了。然後在 RViz 中載入 TB3 Waffle 或 TB3 Waffle Pi 加裝 OpenManipulator 的檔案
[Remote PC 端]
$ export TURTLEBOT3_MODEL=${TB3_MODEL}
$ roslaunch open_manipulator_with_tb3_description open_manipulator_with_tb3_rviz.launch

Last updated
Was this helpful?