-
Notifications
You must be signed in to change notification settings - Fork 420
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
Allow for n distortion params #93
base: master
Are you sure you want to change the base?
Conversation
@ToniRV Is this ready to pull? |
Ready yes! Let me know how it goes! |
@ToniRV When I build it with current Kimera-VIO-ROS master , I get the following error:
Do you have a pair of Kimera-VIO and Kimera-VIO-ROS branches that compile here? |
It looks like Kimera-VIO-ROS has a stubbed method for mapping coefficients to gtsam calibration functions. Because the calibration_ field appears to have been removed in the refactor, I assume this stubbed method is no longer necessary-- I'm going to remove it and see if it compiles.
|
Fixed Kimera-VIO-ROS branch fix/distortion. It compiles-- going to test the five-parameter distortion models now. |
…a-VIO into fix/distortion * 'feature/euroc_playground' of github.mit.edu:SPARK/Kimera-VIO: Fix sensor name Disable testEurocPlayground for now, needs dataset Add display flag to tests Do not display when running tests Wrap-up with camera, stereo_camera, and undistortrectifier Store depth maps Add mono camera, not tested Minor rename in euroc dataprov Fix pipeline: kalpha in stereo set to -1 Avoid unecessary math for baseline.. Fix errors from merge, update to OpenCvDisplay and Viz HUGE Commit: something broke for pipeline, add euroc playground stereo recons Add projection in stereo camera Remove unneeded statics in euroc play Finally got imgs in EurocPlayground right HUGE: fix opencv viz bug, improve euroc playground Add EurocPlayground
cv::Mat | ||
; |
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.
I believe you removed K_ by mistake
No description provided.