-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development v2.0 - ROS Free Builds #45
Conversation
… added sequential slam feat update
…with measurment model
- now extract in the left and will try to track over to the right - if the right image already has a feature there we keep tracking the left feature as a mono feat - otherwise, we have a feature with the same id (and thus a stereo track) - monocular right features are then extracted as necessary - we then temporally track forward the left and right sets (no cross tracking is done)
- eurocmav groundtruths from their asl-format zip files - tum-vi groundtruths from their asl-format zip files - uzh-fpv is the /groundtruth/pose topic in their bag files
…the zip) and updated documentation for what datasets we support and how to run them
…tamp, limiting msckf per-frame feature count, fixed binocular flag being set incorrectly
For the non-ROS builds do you have an example as to how it is done? |
Some untested commands that might work for you:
|
When trying to build without ROS here is the cmake error:
Seems like it is still looking for catkin settings. |
Go ahead now and give it a try. |
Hi, Patrick, great work! |
@goldbattle the non-ROS build worked. Thanks for the new features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments been sent through email.
…rt all times in the imu clock frame of reference)
@PetWorm I found in our simulation that the performance drop using the single depth is very noticeable. It is important to note that we ensure that we have consistent estimation by removing the bearing through nullspace. Check out the documentation for more details, and feel free to inspect to see if there are any implementation issues you see. Open a separate issue if you find anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me.
I test it on newly generated mav trajectory, looks ok.
Large Breaking Changes:
ov_core
->ov_type
FeatureRepresentation
is moved to ov_msckf since FeatureInitializer is independent of it, and renamed toLandmarkRepresentation
.Key Changes (in no particular order):