ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello, The issue is the timestamp of Livox Lidar. You can use the following commands to synchronize the time stamp of Livox with ROS $ sudo apt install ptpd $ sudo ptpd -M -i "your network adaper name" -C
For example: sudo ptpd -M -i enp8s0 -C
2 | No.2 Revision |
Hello, The issue is the timestamp of Livox Lidar.
You can use the following commands to synchronize the time stamp of Livox with ROS
ROS
$ sudo apt install
ptpdptpd$ sudo ptpd -M -i "your network
adaperadaper name"-C-C
For example: sudo ptpd -M -i enp8s0 -C