码迷,mamicode.com
首页 > 其他好文 > 详细

Turtlebot 3

时间:2019-10-01 09:34:43      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:when   pac   https   target   ros   lib   manual   following   tor   

Official TurtleBot3 Tutorials

Link: http://turtlebot3.robotis.com

Packages

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

标签:when   pac   https   target   ros   lib   manual   following   tor   

原文地址:https://www.cnblogs.com/casperwin/p/11614742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!