Skip to content

Commit

Permalink
Fixed typo in gz sim python api
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 2, 2024
1 parent 34efaf1 commit 83b80c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/gz/sim/Joint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void defineSimJoint(py::object module)
py::arg("ecm"),
py::arg("limits"),
"Set the effort limits on a joint axis.")
.def("set_position_imits", &gz::sim::Joint::SetPositionLimits,
.def("set_position_limits", &gz::sim::Joint::SetPositionLimits,
py::arg("ecm"),
py::arg("limits"),
"Set the position limits on a joint axis.")
Expand Down

0 comments on commit 83b80c8

Please sign in to comment.