-
Notifications
You must be signed in to change notification settings - Fork 14
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
Non-overlapping triple mono cameras with IMU #4
Comments
Maybe you can look at the file: config / hilti_challenge_2022.yaml. It shows how to use mutiple cameras setup. I think you could change the calibration param and subscibed topic to verify your idea. The challenging part might be the extrinsic calibration results, I'd like to recommand to also turn on online calibration function at beginning, see if the system can runs properly.
|
Thanks for your reply! I managed to run Hilti example successfully. Issue that I'm having with my dataset mentioned here (#5) might be related to camera-imu time synchronization. Is there anything specific that should be done in order to have a valid sensor data?
|
The challenging part of your setup is to obtain an accurate scale of the system if there is no overlap between cameras since you rely on the IMU. As for your problem, I recommend looking at the different queues in OKVIS2. There seems to be a full and blocking queue, which does not allow further data processing. My recommendation would be to add some simple prints to see if this is happening (e.g., a lack of IMU data for a couple of seconds, so the camera data is not further processed). Another option would be to run your data with the subscriber to a ROS2 rosbag. If you have further insights, please share! |
Thank you for your amazing work. I am eager to try it out on our use case. We have a drone with triple non-overlapping cameras, and we'd like to estimate odometry with it accurately (and potentially have full SLAM system). Could you please clarify if that can work reliably with this package? If so, which parts could be challenging?
I had a look at the paper and it mentions multi-camera support, but it was unclear to me to which extent.
Thank you in advance!
The text was updated successfully, but these errors were encountered: