We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If I understand correctly, here it want to convert the time from seconds to milliseconds. So, it should be multiplied by 1000.0
open_vins/ov_msckf/src/ros/ROS1Visualizer.cpp
Line 477 in d0075dd
And ROS2 runtime file also has the same question.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I understand correctly, here it want to convert the time from seconds to milliseconds.
So, it should be multiplied by 1000.0
open_vins/ov_msckf/src/ros/ROS1Visualizer.cpp
Line 477 in d0075dd
And ROS2 runtime file also has the same question.
The text was updated successfully, but these errors were encountered: