NASA-Tensegrity-Robotics-Toolkit / NTRTsim

The NASA Tensegrity Robotics Toolkit Simulator, a physics based simulator to research the design and control of tensegrity robots.
Apache License 2.0
162 stars 81 forks source link

tgBox orientation #209

Open apsabelhaus opened 7 years ago

apsabelhaus commented 7 years ago

Currently, NTRTsim arbitrarily selects the "width" and "height" dimensions for tgBox. This means that (a) box orientation is not deterministic, which causes segfaults randomly in e.g. ForcePlateModel, and also does not allow specification of boxes that are rotated around the "length" axis.

Possible fixes include...

Other thoughts?