Skip to content

Query for euclidean signed distance (ESDF) from the map? #64

Closed Answered by victorreijgwart
balakumar-s asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @balakumar-s,
The main map only stores occupancy. However, there's already full support for batched ESDF computation and experimental support for multi-resolution ESDFs. We will likely add support for incremental ESDF updates in the future.
In general, there are two ways to get the signed distance from a query point to the closest obstacle. For each query point you could either search the closest obstacle and then compute the signed distance, or you could query an ESDF after precomputing it for a region of interest. Which option is best (latency, memory, compute,...) depends on the number (and spatial distribution) of the point samples at which the signed distance is needed. Note that …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victorreijgwart
Comment options

Answer selected by victorreijgwart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants