Re: Build a map with the image transformed wirelessly
Posted by
matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Build-a-map-with-the-image-transformed-wirelessly-tp364p393.html
To synchronize the clock between two computers connected to internet, this can be used on both computers:
sudo ntpdate time.nist.gov
I think you can synchronize with another computer directly if they don't have internet, like :
sudo ntpdate 192.168.1.3
where "192.168.1.3" is the other computer on the network.
Indeed, the TF time stamps should be synchronized between the computers.