240
笔下虽有千言,胸中实无一策

Turtlebot 3

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})
posted @ 2019-10-01 07:40  CasperWin  阅读(290)  评论(0编辑  收藏  举报