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,