Skip to content

Minor Release v0.7.0

Choose a tag to compare

@wbyates777 wbyates777 released this 13 Feb 14:25
· 215 commits to main since this release
c3e6d10

Stable release.
Main improvement is moving from a 2D joint motion space representation S[i][j] to a flat 1D memory structure S[i].
This improves BDynamics::forward() performance quite a bit.
Fixed some typos and added some constexpr.