-
Notifications
You must be signed in to change notification settings - Fork 37
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
Consistent naming: plan profile or move profile? #390
Comments
I would say move. The initial implementation we had plan_instruction and move_instruction, but removed the plan instruction a while back. |
But should OMPLPlanProfile, TrajOptPlanProfile etc. then also be renamed to [...]MoveProfile? |
I think it's still on our roadmap (mental and currently undocumented) to do a refactor of the profiles to provide a common interface that they all should inherit from. I've started this in the In digging up this information, I noticed that there does not appear to be an issue or discussion about the profile refactor on this repo even though @Levi-Armstrong and I have discussed it quite a bit in conversations in the past. I'll try to collect all of our thoughts about this and put it into a discussion for documentation and discussion |
Here's a friendly heads up. I'm really interested in the profile refactor, having all the profiles serializable and generic would be a nice cleanup of the way the motion planning is configured. And @marip8's PR is already more than 2 years old... |
What is the correct naming for this type of profile: plan profile or move profile? The naming in the code is inconsistent, see e.g. here.
I'm willing to refactor this everywhere, once I know the correct term.
The text was updated successfully, but these errors were encountered: