You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reporting the issue MIT-SPARK/Kimera-VIO-ROS#17 here, which seems to be the offending package.
I'll have a quick look myself and update this PR, but if you could give it a try at some point @yunzc that would be great! Thanks!
The text was updated successfully, but these errors were encountered:
Format the whole repo (it is quite inconsistent right now, and there are tabs and spaces everywhere 😢)
Use pragma once in header files
Call ros::spin(); in the main rather than in the ctor of visualizer
Don't use long unsigned int unnecessarily. Best is if you typedef that with some conceptually meaningful name and then change to your convenience, perhaps a uint would be enough.
Don't use auto unless really necessary, otw it will bring you more problems than solutions (and I think it might be the root cause of this issue).
Can you also add a Readme: what is this repo doing and perhaps how to use it 👍
Reporting the issue MIT-SPARK/Kimera-VIO-ROS#17 here, which seems to be the offending package.
I'll have a quick look myself and update this PR, but if you could give it a try at some point @yunzc that would be great! Thanks!
The text was updated successfully, but these errors were encountered: