You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WRT binpick EEF: currently the cube is being prevented from moving too far via walls that only collide with the cube. But cube walls are an ugly workaround right now, especially as they are opaque.
Instead, if we replace the cube freejoint with 3 slide joints and a ball joint, we keep 6DoFs while being able to constrain where the cube goes via slide joint limits. See: google/brax#545
The text was updated successfully, but these errors were encountered:
SimpleGeometry
changed the title
TODO: Swap cube walls with cube slide joint limits + ball joint
TODO (cosmetic): Swap cube walls with cube slide joint limits + ball joint
Dec 16, 2024
WRT binpick EEF: currently the cube is being prevented from moving too far via walls that only collide with the cube. But cube walls are an ugly workaround right now, especially as they are opaque.
Instead, if we replace the cube freejoint with 3 slide joints and a ball joint, we keep 6DoFs while being able to constrain where the cube goes via slide joint limits. See: google/brax#545
The text was updated successfully, but these errors were encountered: