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.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.
- Install Chrony
sudo apt-get install chrony
- manually sync NTP
sudo ntpdate ntp.ubuntu.com
Special Cases
Kobuki Base - instructions for transferring a udev rule to conveniently work with the Kobuki.
Create Base - instructions for modifying the turtlebot software to work with the Create.
Asus Setup - instructions for modifying the turtlebot software to work with the Asus Xtion Pro.
Netbook Battery Setup - if the turtlebot software isn't correctly finding your battery.
What Next?
Workstation Installation or return to TurtleBot main page.