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
This repository is fantastic. I am using a realsense D435i for VI SLAM. I collected some data, and ran rovioli on it, and it seems to work fine. I have attached an image of the trajectory marker.
However, when I try to export the trajectory onto a CSV file, I get the following error: Check failed: it != channels.end() Channelgroup does not contain channel VISUAL_KEYPOINT_SCALES. I checked that I am using an inertial sensor, and thus, the keypoint scales should be obtained. How do I merely export the obtained trajectory?
I tried doing this both before and after rtl followed by optvi, and lc, which seemed to run fine.
I have followed the checklist, and there seem to be no problems with installation and running maplab.
Thanks
The text was updated successfully, but these errors were encountered:
This repository is fantastic. I am using a realsense D435i for VI SLAM. I collected some data, and ran rovioli on it, and it seems to work fine. I have attached an image of the trajectory marker.
However, when I try to export the trajectory onto a CSV file, I get the following error:
Check failed: it != channels.end() Channelgroup does not contain channel VISUAL_KEYPOINT_SCALES
. I checked that I am using an inertial sensor, and thus, the keypoint scales should be obtained. How do I merely export the obtained trajectory?I tried doing this both before and after
rtl
followed byoptvi
, andlc
, which seemed to run fine.I have followed the checklist, and there seem to be no problems with installation and running maplab.
Thanks
The text was updated successfully, but these errors were encountered: