Skip to content

Commit

Permalink
Fix wrong rename of set_start_state in 63e0c3a (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensVanhooydonck committed Oct 30, 2023
1 parent 73f4551 commit 87e3f91
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -290,7 +290,7 @@ void initPlanningComponent(py::module& m)
Set the start state of the plan to the current state of the robot.
)")

.def("set_goal_state", &moveit_py::bind_planning_component::setStartState,
.def("set_start_state", &moveit_py::bind_planning_component::setStartState,
py::arg("configuration_name") = nullptr, py::arg("robot_state") = nullptr,
R"(
Set the start state of the plan to the given robot state.
Expand Down

0 comments on commit 87e3f91

Please sign in to comment.