-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using PTP for Ouster LiDAR #207
Comments
First run ouster then try this command and waiting for more 140 seconds. |
@hummblebee, Thank you very much for your good reply. By the way, can I know how you mapped it? Below is the param file when using ouster data
I've been thinking about this problem for months. |
@px4Li , Thank you so much for sharing. However, the way you taught me doesn't work well for me. After I enter the command 'sudo ptpd -i enp4s0 -M -V', I can't get the header/stamp info. Do you know the cause of this phenomenon? |
@JJuhyeon-Kim |
Hey @JJuhyeon-Kim I struggled with ouster and ptp for so long until I got it working. I modified the ouster driver as you can see here https://github.com/fada-catec/ouster_ros in order to make it simpler. It includes instructions in order to make PTP and the driver installed and working. I hope it helps! |
Hey @hummblebee , thanks for trying! The driver is compatible with the 2.0 version, I'm going to update the README for clarification. I don't pretend to replace the official driver, but certainly there is some features that I missed in the official, so this is why we made this. More info in the "Motivation/Features" section of the README. If the Delay error does not appear continuously, it means that timestamps are synchronized. It is normal that the firsts messages have a stamp offset until ptp syncs everything. This max admissible offset can be tuned in the launch file so the driver warns you if it not working correctly. Again, if the error message stops, everything is working normally. |
Hi! Thank you so much for your interesting research.
I want to use Ouster LiDAR, but I am struggling with handling it for months.
I know we have to sync the IMU and lidar and we should change timestamp mode to TIME_FROM_PTP_1588 for Ouster LiDAR.
However, I don't have hardware PTP enabled NIC.
Is there any way to use PTP based timestamp?
The text was updated successfully, but these errors were encountered: