Hi,
I am having troubles connecting my Sawyer to a local NTP server.
I have a local NTP server on my network that I know to be working : I can query it using some Linux machine and get offset, jitter, etc.
I want to connect Sawyer to it so that it is in sync with my development computer (otherwise I can't use MoveIt! nor tf, pretty embarrassing...)
I followed the Time and NTP tutorial, booted Sawyer into the FSM, replaced the NTP pool list with the IP address of my NTP server and rebooted into the SDK.
However it didn't work, timestamps published by the robot are still off by about 6 hours.
For completeness:
The robot Intera version 5.2.2
The development computer Intera version is 5.2
I work in France so I am on GMT+2 timezone
The `ntpdate` command does not work, it raises the error:
server 192.168.212.60, stratum 0, offset 0.000000, delay 0.00000
11 Jun 10:28:25 ntpdate[4829]: no server suitable for synchronization found
The `clockdiff` command works and outputs the above offset:
host=192.168.212.60 rtt=562(280)ms/0ms delta=-17953355ms/-17953355ms Mon Jun 11 10:54:02 2018
I spent some time on the FSM trying to get this working and I might have disrupted some parameters. For instance, the `ntpdate` was working at first but it no longer does.
How can I investigate on why is the robot not connecting to the server ?
Normally it should burst on it at boot time as the offset is way bigger than 17 minutes.
Thanks for your help.