Skip to content

Commit

Permalink
fixed typo from trajactory to trajectory (#2951)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhiroop Bhavsar <[email protected]>
  • Loading branch information
akky20 authored Aug 6, 2024
1 parent 19d4a28 commit fc79933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_py/src/moveit/moveit_ros/moveit_cpp/moveit_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void initMoveitPy(py::module& m)
Returns the planning scene monitor.
)")

.def("get_trajactory_execution_manager", &moveit_cpp::MoveItCpp::getTrajectoryExecutionManagerNonConst,
.def("get_trajectory_execution_manager", &moveit_cpp::MoveItCpp::getTrajectoryExecutionManagerNonConst,
py::return_value_policy::reference,
R"(
Returns the trajectory execution manager.
Expand Down

0 comments on commit fc79933

Please sign in to comment.