Install TurtleBot on ROS Kinetic (Ubuntu 16.0.4)
I faced a lot of problem while installing the TurtleBot on the ROS Kinetic. Follow this to install it successfully:
sudo apt-get install -y linux-headers-generic
sudo apt-get update
sudo apt-get install ros-kinetic-librealsense
sudo apt-get install ros-kinetic-turtlebot*
sudo apt-get install ros-kinetic-ar-track-alvar-msgs
Type " roslaunch turtlebot_ " and press tab twice. If you get the following packages,it is successfully installed !
got this error:
ReplyDelete[turtlebot_gazebo] is not a launch file name
The traceback for the exception was written to the log file
I used:
ReplyDeleteroslaunch turtlebot_gazebo turtlebot_world.launch
and it was fixed.
Not sure of other commands turtlebot_etc.
Try this command : sudo apt-get "install ros-kinetic-turtlebot-gazebo" if you are running ROS-Kinetic
Delete