Skip to content

Commit

Permalink
Adding a getJointWorldPositionsMap() python binding and updating the …
Browse files Browse the repository at this point in the history
…web GUI
  • Loading branch information
keenon committed Jul 11, 2022
1 parent f4fdb59 commit 179cefa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.6
0.8.7
3 changes: 3 additions & 0 deletions python/_nimblephysics/dynamics/Skeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,9 @@ void Skeleton(py::module& m)
"getJointWorldPositions",
&dart::dynamics::Skeleton::getJointWorldPositions,
::py::arg("joints"))
.def(
"getJointWorldPositionsMap",
&dart::dynamics::Skeleton::getJointWorldPositionsMap)
.def(
"getJointWorldPositionsJacobianWrtJointPositions",
&dart::dynamics::Skeleton::
Expand Down
4 changes: 2 additions & 2 deletions python/nimblephysics/web_gui/bundle.js

Large diffs are not rendered by default.

0 comments on commit 179cefa

Please sign in to comment.