Closed alain-lnpcrd closed 8 months ago
@alain-lnpcrd You mention "[trying] to to configure an ntp server on the raspberrypi". Can you clarify what you mean by that? If you have manually created your own ntp server please try reverting to the default one that was created for the express purpose of syncing the create3. The recommended configuration on the create3 side is indicated here: https://github.com/turtlebot/turtlebot4/issues/216
If that does not resolve your issue, can you please clarify what the symptoms are of your issue? (are you getting errors when you try and operate?) You have shown here some logs where the ntp sync had issues but in the full log from your other discussion post there are several examples of it executing properly and gaining time sync.
I use chrony as shown in the create3 manual the errors are indicated in actual-behavior The solution was to replace "server 192.168.186.1" and server "192.168.186.3 iburst" with the IP of the raspberrypi "server 192.168.1.88 iburst" in the net.conf of create3 and allow 192.168.1.0/24 dans chrony.conf du raspberrypi
Robot Model
Turtlebot4 Lite
ROS distro
Humble
Networking Configuration
Simple Discovery
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
Expected behaviour
create3 access to ntp on raspberry pi to synchronize
Actual behaviour
extract logs create3
Error messages
To Reproduce
same configuration installation of chrony
Other notes
https://github.com/iRobotEducation/create3_docs/discussions/572