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

Develop move_to_position Action #26

Open
7 tasks
charlesmadjeri opened this issue Oct 22, 2024 · 0 comments
Open
7 tasks

Develop move_to_position Action #26

charlesmadjeri opened this issue Oct 22, 2024 · 0 comments
Assignees

Comments

@charlesmadjeri
Copy link
Contributor

charlesmadjeri commented Oct 22, 2024

Description:

Implement the move_to_position action to manage the movement of the USV to specified GPS position.

Tasks:

  • Define action interface for move_to_position
  • Implement requests handling.
  • Call path_planner service to get the path to follow (list of waypoints)
  • Publish list of waypoints on /usv/guidance/waypoints for guidance_node.
  • If guidance node publish deviation on /usv/guidance/deviation_detected, call again path_planner and publish new waypoints to guidance node.
  • Call stabilize at position service with final waypoint position when arrived.
  • Provide real-time feedback on navigation status (planning, progression, stabilization, stabilized) and when stabilized, action completion.
@m-brl m-brl assigned m-brl and unassigned m-brl Nov 11, 2024
@charlesmadjeri charlesmadjeri changed the title Develop move_to_waypoint Action Develop move_to_position Action Nov 11, 2024
@m-brl m-brl self-assigned this Nov 15, 2024
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

No branches or pull requests

2 participants