Skip to content

Commit

Permalink
Added pybind eigen header to dartpy DistanceResult (#1480)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeongseok Lee <jslee02@users.noreply.github.com>
  • Loading branch information
balakumar-s and jslee02 authored Aug 5, 2020
1 parent 43a2d10 commit e84d236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
* Fixed enabling drag and drop for InteractiveFrame: [#1432](https://github.com/dartsim/dart/pull/1432)
* Added bindings for pointcloud and contact retrieval: [#1455](https://github.com/dartsim/dart/pull/1455)
* Fixed TypeError from dartpy.dynamics.Node.getBodyNodePtr(): [#1463](https://github.com/dartsim/dart/pull/1463)
* Added pybind/eigen.h to DistanceResult.cpp for read/write of eigen types: [#1480](https://github.com/dartsim/dart/pull/1480)

* Build and testing

Expand Down
1 change: 1 addition & 0 deletions python/dartpy/collision/DistanceResult.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
*/

#include <dart/dart.hpp>
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>

namespace py = pybind11;
Expand Down

0 comments on commit e84d236

Please sign in to comment.