You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: