-
Notifications
You must be signed in to change notification settings - Fork 131
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
TrajectoryConstraints message needs better documentation #2
Comments
@kalakris This enhancement request has been open for 3 years, are you ok if we close it? |
Actually, I recently found that some message types are missing description, which could make the developers fail to reuse them (unless they are not designed to be reused). I was also thinking of offering to fill in these msg description as my task at the upcoming WMD, hoping this task is practically small enough to be finished in a few hours. |
Cool, sounds like a great idea! |
Are there any good documentation for |
No, that's what this issue is for. It would be great if someone looked into the code where these messages are used and write up some documentation based on that |
I slightly read codes in |
I see what you mean - |
Wow, that message has a short, but intense history. @isucan introduced it 28. Sep. 2012 with a lot of ideas in mind (check out the commit). |
trajectory_constraints is not used in motion planning. see moveit/moveit_msgs#2
trajectory_constraints is not used in motion planning. see moveit/moveit_msgs#2
trajectory_constraints is not used in motion planning. see moveit/moveit_msgs#2
trajectory_constraints is not used in motion planning. see moveit/moveit_msgs#2
hello from 2022...... I came across TrajectoryConstraints when learning the API. Also confused by its existence, especially since there's already path_constraints in place that takes both position and orientation constraints. From reading the discussion above, is it safe to say we can just ignore trajectory_constraints in MotionPlanRequest? |
The TrajectoryConstraints message, and the trajectory_constraints field in the MotionPlanRequest message need better documentation. I was unsure about how it is different from path_constraints, why it has an array of constraints within it, and what a motion planner should be doing with such constraints.
The text was updated successfully, but these errors were encountered: