Wiki

Note: This tutorial assumes that you have completed the previous tutorials: Installation.
(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Post-Installation Setup

Description: Customised configuration for your robot setup.

Keywords: turtlebot

Tutorial Level: BEGINNER

Next Tutorial: Workstation Installation

Network Time Protocol

Clock synchronization is important for ROS. Chrony has been found to be the best ntp client over lossy wireless. In case of robot behaves strange when messages are sent from PC application(like rviz, rqt, or ros node running in PC), you need clock synchronization.

  1. Install Chrony
    • sudo apt-get install chrony
  2. manually sync NTP
    • sudo ntpdate ntp.ubuntu.com

Special Cases

What Next?

Wiki: turtlebot/Tutorials/hydro/Post-Installation Setup (last edited 2013-09-11 07:21:04 by DanielStonier)