Replies: 3 comments
-
Thanks for the report, it should be fixed in master |
Beta Was this translation helpful? Give feedback.
-
By the way, you can speed up the urdf loading by temporary disabling rendering:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response @erwincoumans! The scenario I've posted seems fixed now. However, it seems like it can also happen when |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a small example
Since r2d2_a is in the positive x area, all
position_on_a[0]
values should be positive. Which means thatprint('positionOnA and positionOnB interchanged')
should never get printed. However, sometimesposition_on_a
andposition_on_b
and the contact normal direction appear to be swapped, such that they do not match with the returnedbody_unique_id_a
,body_unique_id_b
and so on, cause theif
to get triggered.Can you please have a look into this?
Edit:
I'm using pybullet version
2.8.7
.Beta Was this translation helpful? Give feedback.
All reactions