Skip to content
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

consider adding SlowMovementCostFunction #108

Closed
rayvburn opened this issue Aug 30, 2023 · 5 comments
Closed

consider adding SlowMovementCostFunction #108

rayvburn opened this issue Aug 30, 2023 · 5 comments
Labels
expedite Required for the planner article question Further information is requested

Comments

@rayvburn
Copy link
Owner

The aim of this cost function is to keep linear speed close to the maximum allowable (defined by the kinematic constraint)

@rayvburn rayvburn added question Further information is requested expedite Required for the planner article labels Aug 30, 2023
@rayvburn
Copy link
Owner Author

@rayvburn
Copy link
Owner Author

rayvburn commented Aug 30, 2023

  • Also, slow_translation_costs_(), can be deleted from init list of the planner class.
 STR %6.1f "
// ...
slow_translation_costs_.getScale() * slow_translation_costs_.scoreTrajectory(traj_copy),

@rayvburn
Copy link
Owner Author

rayvburn commented Sep 6, 2023

This will not be merged

@rayvburn rayvburn closed this as completed Sep 6, 2023
@rayvburn
Copy link
Owner Author

It may be useful in some situations. Consider renaming that to UnsaturatedTranslationCostFunction

@rayvburn
Copy link
Owner Author

Imported to the main devel branch with a default scale set to 0.0. The scale might be later changed in #92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expedite Required for the planner article question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant