-
Notifications
You must be signed in to change notification settings - Fork 23
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
Doppler radar + gyro integration changes #232
Open
lisusdaniil
wants to merge
53
commits into
main
Choose a base branch
from
doppler_radar
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ewhere (like in wrapper).
…in a wrapper) yaml variables for pipeline.
… measurements for direct velocity errors
… setup. Implemented prior error from past trajectory/covariance for odometry.
… measurement factor (outdated with new gyro implementations).
…valuator. Useful when you want to rely entirely on a gyroscope or some other highly accurate source of orientation info. - Changed gyroscope error term to make use of all 3 degrees of info from gyro - (QoL) minor print statement improvements
(func) added gyroscope terms if qdata.gyro_msgs is populated (func) added removal of orientation estimation from ICP
(func) Changed optimization windows to directly overlap in pose. The last pose in a previous frame (corresponding to the max timestamp of the pointcloud) is now the first pose in the next frame. Prior is generated based on the estimate of the state at the final timestamp in the previous frame.
…as the first timestamp in new frame. This shared state now has a prior generated through marginalizing out previous first state. (QoL) Removed now-unnecessary trajectory passing between frames.
(bug) Updated state extrapolation to work from the prior state (first state in the window), as opposed to the previously saved state (middle of scan).
…nd radar-lidar (func) Added new prior support for radar-lidar pipeline
…-based sliding window prior for future windows.
…al pointcloud timestamp due to rounding error. Now explicitly adding the final pointcloud timestamp as the final knot_time.
…d new prior_bloat parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested radar and lidar offline: