Skip to content
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

[QUESTION] "God damnit, A is singular, this shouldn't happen" when running kimera_vio #60

Open
18lalala opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@18lalala
Copy link

Hi,
I followed the instructions to install hydra_ros and kimera_vio_ros, and I downloaded uHumans2_apartment_s1_00h.bag. When running hydra with kimera_vio, I met this warning, and the terminal of hydra shows E0730 17:53:41.888036 884820 lookup_tf.cpp:95] Failed to find: odom_T_base_link_kimera @ 7447910000 [ns]: canTransform: target_frame odom does not exist.. canTransform returned after 0 timeout was 0.

@18lalala 18lalala added the question Further information is requested label Jul 30, 2024
@18lalala 18lalala changed the title [QUESTION] "God damnit, A is singular," this shouldn't happen when running kimera_vio [QUESTION] "God damnit, A is singular, this shouldn't happen" when running kimera_vio Jul 30, 2024
@nathanhhughes
Copy link
Collaborator

Hi, thanks for your interest in our work! Unfortunately I think there is a misalignment in the instructions for running with Kimera-VIO-ROS (that I will get around to fixing eventually). We have a slightly different launch file we use for Kimera-VIO-ROS that sets the TF frame that the odometry is published in to be odom, not world (this is mostly because we've disabled PnP so we no longer get all of the A is singular error messages). You can either set odom_frame_id:=odom when launching kimera_vio_ros_uhumans2.launch or set odom_frame:=world when running Hydra. The first option is more likely to work off the top of my head

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants