Turtlebot 3
Posted casperwin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Turtlebot 3相关的知识,希望对你有一定的参考价值。
Official TurtleBot3 Tutorials
Link: http://turtlebot3.robotis.com
Packages
- https://github.com/ROBOTIS-GIT/turtlebot3.git
- https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
- https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
Simulation
Platform:
- Ubuntu 16.04
- ROS Kinetic
Source: Turtlebot 3 emanual
Issue:
I was always getting an error when launching
roslaunch turtlebot3_gazebo turtlebot3_simulation.launch
.
Fix:
It seems that there is a problem in the following line:
target_link_libraries(turtlebot3_drive $catkin_LIBRARIES $GAZEBO_LIBRARIES)
until I modify it to
target_link_libraries(turtlebot3_drive $catkin_LIBRARIES)
以上是关于Turtlebot 3的主要内容,如果未能解决你的问题,请参考以下文章