keenon / nimblephysics

Nimble: Physics Engine for Biomechanics and Deep Learning
http://www.nimblephysics.org
Other
403 stars 44 forks source link

Skeleton.getAccelerometerReadings not found #195

Closed TheOne-1 closed 1 year ago

TheOne-1 commented 1 year ago

Environment

WSL, py38

Current Behavior

Skeleton.getAccelerometerReadings cannot be found after upgrading nimblephysics. Reinstalling the old version didn't work. image

Code to Reproduce

report_bug.zip

nickbianco commented 1 year ago

The Python interface for that class is still in place. I'm not sure why the object name ends with 'Skeleto' and not 'Skeleton', might be related.

TheOne-1 commented 1 year ago

Looks like an environment issue.