Document all tunable parameters for coverage_mission_nav#2
Draft
Document all tunable parameters for coverage_mission_nav#2
Conversation
…meter docs Co-authored-by: mtaruno <44710581+mtaruno@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Tune parameters for navigation by coverage mission
Document all tunable parameters for coverage_mission_nav
Mar 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No single reference existed for all parameters that affect coverage navigation behavior, making systematic tuning difficult.
Changes
COVERAGE_TUNING.md(new) — complete per-parameter reference covering all four subsystems (coverage planner, DWA local planner, costmaps, move_base), with default values, units, tuning implications, and a symptom→fix troubleshooting tablelaunch/coverage_mission_nav.launch— grouped and annotated every<arg>and<param>inline; clarifiedNavfnROS/allow_unknownmust staytruefor mapless operationconfig/dwa_planner.yaml— inline comments explaining the three most impactful scoring weights (path_distance_bias,goal_distance_bias,occdist_scale) and all velocity/acceleration/simulation knobsconfig/costmap_common.yaml,global_costmap.yaml,local_costmap.yaml— annotated all frequency, window-size, inflation, and obstacle-range parameters with tuning constraints (e.g.local_costmap/update_frequency≥controller_frequency)Quick reference — highest-impact knobs
max_vel_x,acc_lim_xindwa_planner.yamlinflation_radius,occdist_scalexy_goal_tolerance,goal_distance_biasstall_timeout,waypoint_timeout,controller_patiencetarget_cost_threshold,no_target_retry_limitrow_spacing,waypoint_spacingOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.