Skip to content

Commit

Permalink
Update bindings/python/FloatingBaseEstimators/src/LeggedOdometry.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Prashanth Ramadoss <[email protected]>
  • Loading branch information
traversaro and prashanthr05 authored Jul 28, 2021
1 parent e052e4d commit 6fe2416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/FloatingBaseEstimators/src/LeggedOdometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ void CreateLeggedOdometry(pybind11::module& module)
.def("reset_estimator",
py::overload_cast<const Eigen::Quaterniond&, const Eigen::Vector3d&>(
&FloatingBaseEstimator::resetEstimator),
py::arg("new_imu_orientation"),
py::arg("new_imu_position"))
py::arg("new_base_orientation"),
py::arg("new_base_position"))
.def("reset_estimator", py::overload_cast<>(&LeggedOdometry::resetEstimator))
.def("reset_estimator",
py::overload_cast<const std::string&, const Eigen::Quaterniond&, const Eigen::Vector3d&>(
Expand Down

0 comments on commit 6fe2416

Please sign in to comment.