ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

By installing turtlebot3 from source as suggested by the emanual, you will need also to source the package as well after building with catkin_make.

You have two options:

  1. Source after completing catkin_make

    echo "source ~/catkin_ws/devel/setup.bash'>>~/.bashrc source ~/.bashrc

OR

  1. Install turtlebot3 from apt. It works smoothly - recommended.

    sudo apt install ros-noetic-turtlebot3*

By installing turtlebot3 from source as suggested by the emanual, you will need also to source the package as well after building with catkin_make.

You have two options:

    Option 1:

  1. Source after completing catkin_make

    echo "source ~/catkin_ws/devel/setup.bash'>>~/.bashrc
    source ~/.bashrc

~/.bashrc

OR

    Option 2

  1. Install turtlebot3 from apt. It works smoothly - recommended.

    sudo apt install ros-noetic-turtlebot3*

  2. ros-noetic-turtlebot3*