machines-in-motion / bullet_utils

Python wrapper around pybullet.
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Allow full 6D wrench computation in LOCAL and WORLD frames #16

Closed skleff1994 closed 1 year ago

skleff1994 commented 1 year ago

Description

So far only linear forces are computed (in WORLD) . This PR adds angular force computation + LOCAL and WORLD wrench expressions (LOCAL is by default)

How I Tested

Do not merge before

I fulfilled the following requirements