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

initializing with non valid quaternion #4

Open
cimbar opened this issue Feb 27, 2020 · 0 comments
Open

initializing with non valid quaternion #4

cimbar opened this issue Feb 27, 2020 · 0 comments

Comments

@cimbar
Copy link

cimbar commented Feb 27, 2020

When the odometry message's quaternion value is not valid, robot_pose_ekf cannot be initialized with only vision odometry and imu source. Although non valid odometry message will be fixed after a specific time, robot_pose_ekf output cannot fix itself after that. I think there is a need to check odometry message validation before start to activate that source to compute ekf output. The quaternion inputs like x=y=z=w=0 or x=y=z=w=nan produce this situation and the ekf output will also be non valid pose.

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

No branches or pull requests

1 participant