-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brady/ipp global plan request (#112)
* Faster method for iterating the grid map when reseting * mission manager: don't overwrite the grid_map values from drones search maps that are equal to 0 * Update method to check if agents are active. Checks min altitude. * Parameterize more variables * Save agent poses to be used later in the plan request * Add all params for the plan request. Fixed issue of assigning search tasks to drones not active.
- Loading branch information
Showing
5 changed files
with
133 additions
and
42 deletions.
There are no files selected for viewing
9 changes: 8 additions & 1 deletion
9
ros_ws/src/ground_control_station/mission_manager/config/mission_manager.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
mission_manager_node: | ||
ros__parameters: | ||
grid_cell_size: 5.0 | ||
visualize_search_allocation: true | ||
visualize_search_allocation: true | ||
max_number_agents: 3 | ||
active_agent_check_n_seconds: 5.0 | ||
min_agent_altitude_to_be_active: 3.0 | ||
time_till_agent_not_valid: 10.0 | ||
max_planning_time: 5.0 | ||
budget: 100.0 | ||
desired_speed: 5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.