Interfacing ray casting with geom margins #2255
Unanswered
markushivers
asked this question in
Asking for Help
Replies: 2 comments
-
Did you try using mj_geomDistance? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note, you probably want to use nativeccd as you'll get more accurate results. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a graduate student at NTNU, Norway, and I use MuJoCo for my research on SmallSats.
My setup
Current collision detection using ray casting:
Geom definition:
My question
I am trying to perform path planning in a complex environment whilst avoiding collisions. I have not found an efficient way of checking whether my SmallSat would collide with the environment while going from one waypoint to the next during planning. I have tried using ray casting to check the path's safety, but I'm not able to account for the SmallSat's size while doing that. I was hoping that mj_ray would interface with the margin parameter in each geom, but that doesn't appear to be the case.
I am hoping to get some feedback on feasible alternatives to this approach.
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions