gaunthan / Turtlebot2-On-Melodic

Make your Turtlebot2 runs on ROS Melodic (Ubuntu 18.04).
GNU Lesser General Public License v3.0
91 stars 57 forks source link

add missing dependencies #11

Closed hanzheteng closed 4 years ago

hanzheteng commented 4 years ago

I tested on a fresh new Ubuntu 18 OS. The current install_basic.sh doesn't work in the sense that no /odom topic is publishing in Gazebo and also no topics under mobile_base namespace are handling the velocity commands. According to solutions in previous issues https://github.com/gaunthan/Turtlebot2-On-Melodic/issues/5#issuecomment-613639459, https://github.com/gaunthan/Turtlebot2-On-Melodic/issues/2#issuecomment-562667082, and https://github.com/gaunthan/Turtlebot2-On-Melodic/issues/2#issuecomment-563581360, I made this patch. Now it works fine.