-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typo "trajactory" in moveit_py #2947
Labels
bug
Something isn't working
Comments
@christian-rauch Thanks for reporting this. Would you mind opening a PR to fix it? |
6 tasks
@sjahr I have raised a PR for this, can you please have a look into it |
I guess there is still a typo in the pyi file: moveit2/moveit_py/moveit/planning.pyi Line 19 in 865ad36
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There is a typo "trajactory" -> "trajectory" in
moveit_py
:moveit2/moveit_py/src/moveit/moveit_ros/moveit_cpp/moveit_cpp.cpp
Lines 174 to 178 in 19d4a28
Unfortunately, fixing this typo will break API.
Expected behaviour
The method should be named
get_trajectory_execution_manager
.Actual behaviour
The method is incorrectly named
get_trajactory_execution_manager
.The text was updated successfully, but these errors were encountered: