-
Notifications
You must be signed in to change notification settings - Fork 392
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
Can ros wrapper using svo file publish svo recorded time? #411
Comments
This is a good question. I tried to solve this problem a few months ago, but I have not found a good solution. The good way to work should be to create a ROS clock server and to publish the ZED timestamp as Here comes the problem: the ZED wrapper is a nodelet and only when the nodelet starts we can start the clock server, but to start the nodelet we need a nodelet server which requires a There is an open question on ROS answers about this problem, but no reply has come: |
Thank you Myzhar for your quick reply! Yes, it is a snake biting his tail problem with the current ROS nodelet... |
Do not close it. It's a reminder 👍 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Hi,
Is there any proper way to let ros wrapper running with svo file to publish svo record timestamp than the current system timestamp?
I tried to modified all t = ros::Time::now() in mSvoMode to sl_tools::slTime2Ros(mZed.getTimestamp(sl::TIME_REFERENCE_CURRENT)) and it seems work. But I am not sure if this change will break other parts.
Thanks,
The text was updated successfully, but these errors were encountered: