Skip to content

Commit f3eb44b

Browse files
committed
fix typo
1 parent d87224d commit f3eb44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyxbot2_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ PYBIND11_MODULE(pyxbot2_interface, m) {
349349
.def_property_readonly("d",
350350
py::overload_cast<>(&RobotInterface::getDamping, py::const_))
351351
.def("getTimestamp",
352-
&Sensor::getTimestamp,
352+
&RobotInterface::getTimestamp,
353353
py::arg("joint_states_only") = false)
354354
.def("isUpdated",
355-
&Sensor::isUpdated,
355+
&RobotInterface::isUpdated,
356356
py::arg("joint_states_only") = false)
357357
;
358358

0 commit comments

Comments
 (0)