2d grid evaluation for collision checking #199
Replies: 5 comments 4 replies
-
Are you referring to the following example as the 1d case ? |
Beta Was this translation helpful? Give feedback.
-
This would take me some time to do and I am currently working on other things. Perhaps you would like to to try with my help ? |
Beta Was this translation helpful? Give feedback.
-
Take a look at This uses atomic functions, instead of discrete functions, because the discrete functions only take one dimensional arguments. |
Beta Was this translation helpful? Give feedback.
-
See the heading Example on |
Beta Was this translation helpful? Give feedback.
-
I suspect that you may need to define more of the virtual functions in atomic_bilinear to get it to work in this context. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am working on trajectory optimization and have a hard time to integrate collision checking given a 2d signed distance field, where each grid cell provides the distance to the closest obstacle.
Is there somewhere an example of 2d table interpolation? I only can find examples referencing the 1d case.
Best,
Jan
Beta Was this translation helpful? Give feedback.
All reactions