You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect turtlebot4 installation/setup would configure Create3 to sync time with Raspberry Pi.
(interesting - curling the turtlebot4-setup script to bash and running it did not setup chrony, but installing sudo apt install ros-jazzy-turtlebot4-setup did setup and start the chronyd)
ubuntu@TB5WaLI:~/TB5-WaLI$ sudo chronyc clients
Hostname NTP Drop Int IntL Last Cmd Drop Int Last
===============================================================================
192.168.186.2 3 0 12 - 273 0 0 - -
localhost 0 0 - - - 1 0 - 10
Actual behaviour
Create3 and Raspberry Pi connected LIDAR topics report unsynchronized frame clock times sometimes causing terrible SLAM quality.
Error messages
Create3:
Feb 9 03:13:19 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: Script called in periodic mode
Feb 9 03:13:39 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: ntpd: bad address '3.irobot.pool.ntp.org'
Feb 9 03:13:44 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: ntpd: bad address '2.irobot.pool.ntp.org'
Feb 9 03:13:49 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: ntpd: bad address '1.irobot.pool.ntp.org'
Feb 9 03:13:54 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: ntpd: bad address '0.irobot.pool.ntp.org'
Feb 9 03:14:18 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice create-platform: [INFO] [1739070858.563552425] [_do_not_use.system_health]: CPU usage: max 66 [%] mean 59 [%] RAM usage: 35/59 [MB]
Feb 9 03:15:18 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice create-platform: [INFO] [1739070918.567063903] [_do_not_use.system_health]: CPU usage: max 67 [%] mean 59 [%] RAM usage: 35/59 [MB]
Feb 9 03:15:25 iRobot-883C456BE1E840DC89E64B28B4F75B53 user.notice ntpd: ntpd: timed out waiting for192.168.186.1, reach 0x00, next queryin 523s
sudo apt install ros-jazzy-turtlebot4-setup
Chronyd will be setup and running
Other notes
Guidance is to set up an external time server for both Create3 and Raspberry Pi: Issue 530
Default Create3 ntp.conf:
# iRobot servers
server 0.irobot.pool.ntp.org iburst
server 1.irobot.pool.ntp.org iburst
server 2.irobot.pool.ntp.org iburst
server 3.irobot.pool.ntp.org iburst
# SBC servers
server 192.168.186.1 iburst
server 192.168.186.3 iburst
/etc/turtlebot4/chrony.conf:
pool ntp.ubuntu.com iburst maxsources 4
pool 0.ubuntu.pool.ntp.org iburst maxsources 1
pool 1.ubuntu.pool.ntp.org iburst maxsources 1
pool 2.ubuntu.pool.ntp.org iburst maxsources 2
# Enable serving time to ntp clients on 192.168.186.0 subnet.
allow 192.168.186.0/24
# Allow local sync
local stratum 10
# This directive specify the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys
# This directive specify the file into which chronyd will store the rate
# information.
driftfile /var/lib/chrony/chrony.drift
# Uncomment the following line to turn logging on.
#log tracking measurements statistics
# Log files location.
logdir /var/log/chrony
# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
RPi Time Status:
ubuntu@TB5WaLI:~/TB5-WaLI$ ps -ef | grep chron
_chrony 40614 1 0 19:03 ? 00:00:00 /usr/sbin/chronyd -F 1
_chrony 40616 40614 0 19:03 ? 00:00:00 /usr/sbin/chronyd -F 1
ubuntu@TB5WaLI:~/TB5-WaLI$ timedatectl status
Local time: Sat 2025-02-08 21:12:57 EST
Universal time: Sun 2025-02-09 02:12:57 UTC
RTC time: Sun 2025-02-09 02:12:57
Time zone: America/New_York (EST, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
The text was updated successfully, but these errors were encountered:
Robot Model
Turtlebot4 Lite
ROS distro
Jazzy
Networking Configuration
Discovery Server
OS
Ubuntu 24.04
Built from source or installed?
Built from Source
Package version
turtlebot4/turtlebot4 dc744fe
turtlebot4/turtlebot4_robot 28e115f
Type of issue
Navigation (SLAM, Nav2 etc.)
Expected behaviour
Expect turtlebot4 installation/setup would configure Create3 to sync time with Raspberry Pi.
(interesting - curling the turtlebot4-setup script to bash and running it did not setup chrony, but installing
sudo apt install ros-jazzy-turtlebot4-setup
did setup and start the chronyd)Why not run chrony on the RPi?
A long time ago the Create3 folk suggested setting up chrony on the Raspberry Pi but the Issue 530 suggests an external time server. Why not use the turtlebot4 setup of chrony on the RPi?
Actual behaviour
Create3 and Raspberry Pi connected LIDAR topics report unsynchronized frame clock times sometimes causing terrible SLAM quality.
Error messages
To Reproduce
https://github.com/turtlebot/turtlebot4_setup/tree/jazzy?tab=readme-ov-file#download-and-run-the-setup-script
sudo apt install ros-jazzy-turtlebot4-setup
Chronyd will be setup and running
Other notes
Guidance is to set up an external time server for both Create3 and Raspberry Pi: Issue 530
Default Create3 ntp.conf:
/etc/turtlebot4/chrony.conf:
RPi Time Status:
The text was updated successfully, but these errors were encountered: