Conversation
| import jax.numpy as jnp | ||
| import jaxlie | ||
|
|
||
| def make_sphere_grid(world_center: jnp.ndarray, |
There was a problem hiding this comment.
This make_sphere_grid function seems generally useful -- what do you think about extending this function to make it a general constructor for SDFGrid, given a mesh (e.g., with trimesh.proximity.signed_distance?)
There was a problem hiding this comment.
Added a generic from_mesh constructor to handle this, let me know if that's what you had in mind.
|
@chungmin99 thanks for the review! Will look into your comments, mostly seems to be small inconsistencies introduced by LLMs |
|
This new feature is cool! SDF can represent almost any obstacles. The gradient is indeed an issue and depends on how the SDF is defined and designed. I'm eager to try this feature :D. |
|
@chungmin99 Finally found some time to address your comments. Let me know if you have any further thoughts |
Fixes #35
CollGeomto allow users to specify arbitrary SDF as obstacles07_trajoptand06_online_planningusing simple SDF as11_trajopt_sdfand12_online_planning_sdf, respectively.venv/andshawdowhand_urdf)