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

Controller plugins include goal checker when computing commands #2247

Closed
wants to merge 8 commits into from

Conversation

SteveMacenski
Copy link
Member

@SteveMacenski SteveMacenski commented Mar 16, 2021


Basic Info

Info Please fill out this column
Ticket(s) this addresses #2223
Primary OS tested on Ubuntu
Robotic platform tested on Sim TB3

Description of contribution in a few bullet points

  • Added a goal checker pointer to the controllers so that they may access its information while computing commands
  • If it returns true, the controller could use that information to halt
  • Add function to goal checkers so that a plugin can access more particular information, like the XY vs yaw tolerance met to rotate in place, or robot "done" speed requirements so that it can dissect more information.
  • Use these getTolerance parameters in RPP rather than any parameters duplicated across it

Description of documentation updates required from your changes

  • Add to documentation migration guide this API changed
  • Remove parameters duplicated now removed from RPP in config page

Future work that may be required in bullet points

? N/A ?

For Maintainers:

  • Check that any new parameters added are updated in navigation.ros.org
  • Check that any significant change is added to the migration guide
  • Check that any new functions have Doxygen added
  • Check that any new features have test coverage
  • Check that any new plugins is added to the plugins page

@SteveMacenski SteveMacenski linked an issue Mar 16, 2021 that may be closed by this pull request
@pabloinigoblasco
Copy link
Contributor

Changes look good to me.

@SteveMacenski SteveMacenski reopened this Mar 16, 2021
@SteveMacenski SteveMacenski deleted the controller_plugins branch March 16, 2021 22:37
@SteveMacenski
Copy link
Member Author

#2252 superseded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give controllers pointer to goal checker
2 participants