-
Notifications
You must be signed in to change notification settings - Fork 925
Small example tweaks #569
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
Small example tweaks #569
Conversation
- Rename to use snake case - Land drone before sending sotp setpoint to prevent crash (detection)
- Aligns with PEP 8 module naming conventions - Improves consistency across examples directory
…t crash (detection)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR standardizes example filenames to snake_case and makes safety improvements to drone examples. The changes align with PEP 8 naming conventions and prevent potential crashes by adjusting landing setpoints and forcing Lighthouse deck into V2 mode.
- Standardizes filename references from kebab-case to snake_case across examples and documentation
- Lowers landing setpoints in autonomy examples to prevent crash detection
- Forces Lighthouse deck into V2 mode for multi base station geometry estimation
Reviewed Changes
Copilot reviewed 6 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| examples/lighthouse/multi_bs_geometry_estimation.py | Adds documentation and automatic Lighthouse V2 mode configuration |
| examples/cfbridge.py | Updates filename reference to snake_case |
| examples/autonomy/full_state_setpoint_demo.py | Lowers landing setpoint from 0.2m to 0.1m |
| examples/autonomy/autonomous_sequence.py | Adds final ground-level setpoint |
| docs/development/wireshark.md | Updates filename references to snake_case |
| docs/development/eeprom.md | Updates filename reference to snake_case |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ArisMorgens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
ataffanel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
06e23c7
Standardize example filenames to snake_case
Added / lowered "landing" setpoints to prevent crash (detection)
Force Lighthouse deck into V2 mode for multi BS geometry estimation example