New function to detect if the GNSS value is outside of the map? #2598
Unanswered
IshitaTakeshi
asked this question in
Feature requests
Replies: 0 comments 3 replies
-
It would be good to have such a feature! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When working with the logging simulator I suffered from the case that the vehicle is outside of the point cloud map and NDT cannot converge, so I'd like to implement a new function to detect such case and report to the user that the vehicle is not on the map.
background
When I ran the logging simulator with the "correct" dataset (I could get the map and I heard that the given rosbag is recorded in the same location as the map), NDT didn't converge.
I saw the topic
/sensing/gnss/ublox/nav_sat_fix
in a rosbag data file, googled the latitude and longitude, and found that the rosbag dataset was actually recorded outside of the map.I heard from @YamatoAndo that it will be possible to detect whether the GNSS value is on the map or not, since the point cloud map has the same coordinate as GNSS, so I'd like to add a node that detects if the vehicle is on the map using the GNSS value.
Beta Was this translation helpful? Give feedback.
All reactions