Skip to content

renamed uav debug to verbose#135

Open
cryslu wants to merge 3 commits into
mainfrom
fix/127-rename-uav-debug
Open

renamed uav debug to verbose#135
cryslu wants to merge 3 commits into
mainfrom
fix/127-rename-uav-debug

Conversation

@cryslu
Copy link
Copy Markdown

@cryslu cryslu commented Mar 2, 2026

renamed uav debug to verbose

Copy link
Copy Markdown
Collaborator

@ethayu ethayu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure you try building and that there or no regressions before making PR

Comment on lines +6 to +7
vebose: false
vision_debug: falise
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mispell

params = load_launch_parameters()
mission_name = params.get("mission_name", "basic")
uav_debug_bool = params.get("uav_debug", False)
uav_debug_bool = params.get("verbose", False)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also change naming of bool

Copy link
Copy Markdown
Collaborator

@ethayu ethayu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to also update key in integration package

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

Successfully merging this pull request may close these issues.

2 participants