Skip to content

Commit

Permalink
Fixed Typo get_trajectory_execution_manager in planning.pyi file (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensVanhooydonck authored Oct 14, 2024
1 parent f92f443 commit 3a94d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_py/moveit/planning.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MoveItPy:
def get_planning_component(self, *args, **kwargs) -> Any: ...
def get_planning_scene_monitor(self, *args, **kwargs) -> Any: ...
def get_robot_model(self, *args, **kwargs) -> Any: ...
def get_trajactory_execution_manager(self, *args, **kwargs) -> Any: ...
def get_trajectory_execution_manager(self, *args, **kwargs) -> Any: ...
def shutdown(self, *args, **kwargs) -> Any: ...

class MultiPipelinePlanRequestParameters:
Expand Down

0 comments on commit 3a94d10

Please sign in to comment.