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 !

Comments

  1. got this error:
    [turtlebot_gazebo] is not a launch file name
    The traceback for the exception was written to the log file

    ReplyDelete
  2. I used:
    roslaunch turtlebot_gazebo turtlebot_world.launch
    and it was fixed.
    Not sure of other commands turtlebot_etc.

    ReplyDelete
    Replies
    1. Try this command : sudo apt-get "install ros-kinetic-turtlebot-gazebo" if you are running ROS-Kinetic

      Delete

Post a Comment

Popular posts from this blog

The move_base ROS node

Three Wheeled Omnidirectional Robot : Motion Analysis

Dijkstra`s Algorithm vs A* Algorithm