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

Implement a "go to goal" controller #62

Closed
rjcausarano opened this issue Sep 28, 2021 · 2 comments · Fixed by #95
Closed

Implement a "go to goal" controller #62

rjcausarano opened this issue Sep 28, 2021 · 2 comments · Fixed by #95
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rjcausarano
Copy link
Collaborator

The docking/undocking algorithm requires a go-to-goal controller in order to work.
The controller should Ideally be a ros action that receives a coordinate in space and from that input calculates and sends velocity commands to move the robot to the desired Pose.

Take a look at: https://github.com/clebercoutof/turtlesim_cleaner/blob/master/src/gotogoal.py for an example of how to write this code.

@rjcausarano rjcausarano added the enhancement New feature or request label Sep 28, 2021
@rjcausarano
Copy link
Collaborator Author

@lchico @eborghi10 @apojomovsky feel free to add anything I might be missing. here

@eborghi10
Copy link
Collaborator

eborghi10 commented Sep 28, 2021

We would like to have the action topic hidden because such a task does not exist in the real robot.
Besides that, the action should be cancellable just in case we want to do something with it.
Feedback should also be provided so the docking/undocking task can receive intermediate information in the case is needed.

Add a reference to the base code to avoid possible licenses issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants