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

Dynamic Waypoint Publishing #7

Closed
iandareid opened this issue Jan 16, 2024 · 1 comment · Fixed by #36
Closed

Dynamic Waypoint Publishing #7

iandareid opened this issue Jan 16, 2024 · 1 comment · Fixed by #36
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@iandareid
Copy link
Collaborator

iandareid commented Jan 16, 2024

There is no current way to publish waypoints during flight. This means that a new compilation is required to fly a different mission. We need to add this feature to the path_planner node. Users can then use an update_path callback to update path planning before reaching the preceding waypoint.

@iandareid iandareid self-assigned this Jan 16, 2024
@iandareid iandareid converted this from a draft issue Jan 16, 2024
@iandareid iandareid added bug Something isn't working enhancement New feature or request labels Jan 16, 2024
@iandareid iandareid moved this from In Progress to Todo in v2.0 Release Jan 16, 2024
@iandareid iandareid assigned iandareid and josephward and unassigned iandareid Jan 29, 2024
@JMoore5353 JMoore5353 self-assigned this Jun 3, 2024
@iandareid iandareid moved this from Todo to In Progress in v2.0 Release Jun 3, 2024
@JMoore5353
Copy link
Contributor

Path planner now has ability to add waypoints and clear waypoints dynamically, as well as loading an entire mission from a .yaml file. Tested in sim, but not in hardware yet.

@iandareid should we this merge this with 33-path-manager-update before merging to main?

@JMoore5353 JMoore5353 linked a pull request Jun 5, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in v2.0 Release Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants