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

Added handling for NaN linear.z components of GPS in robot_pose_ekf #713

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

garethellis0
Copy link

Added a check in odom_estimation_node.cpp that checks if linear.z values in the GPS odom message are NaN (something common in such messages), and if so, sets it to 0, and sets the corresponding variance to a very high value so we ignore it.

Added a check in `odom_estimation_node.cpp` that checks if `linear.z`
values in the GPS `odom` message are `NaN` (something common in such
messages), and if so, sets it to 0, and sets the corresponding variance
to a very high value so we ignore it.
@garethellis0 garethellis0 changed the title Added handling for NaN linear.z components of GPS Added handling for NaN linear.z components of GPS in robot_pose_ekf Apr 28, 2018
@DLu DLu added robot_pose_ekf kinetic PRs for kinetic-devel labels Apr 30, 2018
@mikeferguson
Copy link
Contributor

I can't figure out what the build failure was -- closing and reopening to retrigger since it appears it might have been a buildfarm issue

@mikeferguson mikeferguson reopened this May 29, 2018
@mikeferguson mikeferguson merged commit 65a1666 into ros-planning:kinetic-devel Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kinetic PRs for kinetic-devel robot_pose_ekf
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants