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
hi ~
Thanks for your great works and sharing it !
Recent days i was try to run your optimized VINS-MONO with my own bag file, there shows some problem i still cannot figure it out.
And the problem is when i launch the vins_estimator by the command in terminal
roslaunch vins_estimator realsense_color.launch
it seems nothing error message shows up, and then i play the bag file, there has image in "tracked image" window(/attention_viewer/output), but the image was rgb image not the grayscale image then i think that's why there has no feature point detected on it.
Your suspicion about the image being color may be valid. This version has a reimplementation of the vins-mono feature tracker. So there are likely edge cases that I did not account for when writing it since I only tested it on the euroc dataset.
hi ~
Thanks for your great works and sharing it !
Recent days i was try to run your optimized VINS-MONO with my own bag file, there shows some problem i still cannot figure it out.
And the problem is when i launch the vins_estimator by the command in terminal
it seems nothing error message shows up, and then i play the bag file, there has image in "tracked image" window(/attention_viewer/output), but the image was rgb image not the grayscale image then i think that's why there has no feature point detected on it.
My camera hardware : Intel realsense zr300
Launch file i changed:
Config file i changed :
add the yaml file under feature_tracker's config folder
/pwd/feature_tracker/config/zr300_color.yaml
The text was updated successfully, but these errors were encountered: