Skip to content

Commit ae313db

Browse files
committed
docs(roadmap): update the roadmap
Add info about default PIDs
1 parent 0a2d63b commit ae313db

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

ROADMAP.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,19 @@ We need contributors to help realize this roadmap! Here's how you can get involv
6262

6363
## Timeline
6464

65-
- **Q4 2025**: Complete ESC configuration automation prototype
66-
- **Q1 2026**: Release notch filter automation tools
67-
- **Q2 2026**: Add ArduPlane support
65+
- **Q2 2026**: Complete ESC configuration automation prototype
66+
- **Q3 2026**: Release notch filter automation tools
67+
- **Q4 2026**: Add ArduPlane support
6868
- **Q3-Q4 2026**: Extend support to Rover and Helicopter
6969
- **2027**: Complete support for remaining vehicle types
7070

7171
*Note: Timeline is indicative and depends on contributor availability and project priorities.*
7272

7373
## Reached Milestones
7474

75+
- 2026.04.28 - [96% test coverage](https://coveralls.io/builds/79158977)
76+
- 2026.04.26 - Partial ESC telemetry configuration in component editor
77+
- 2026.04.21 - 30 code PR contributors
7578
- 2025.11.26 - 83% of [Gold OSS best practices](https://www.bestpractices.dev/en/projects/9101?criteria_level=2) reached
7679
- 2025.11.25 - [91% test coverage](https://coveralls.io/builds/76659097)
7780
- 2025.11.22 - 100 Github stars

TUNING_GUIDE_ArduCopter.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,10 @@ Repeat the steps from [Section 6.1.1](#611-use-ardupilot-methodic-configurator-t
860860

861861
## 6.14 Optional PID adjustment
862862

863-
If you have a very small, or a very large vehicle that requires non-default PID values for a safe flight.
864-
Usually, smaller vehicles require lower than default PID rate values. Larger vehicles usually require higher than default PID rate values.
863+
The default PID gains of ArduCopter are for a 9'' to 12'' inch prop diameter sized vehicle.
864+
If you have a much smaller, or a much larger vehicle it might require non-default PID values for a safe flight.
865+
Usually, smaller vehicles require lower than default PID rate values.
866+
Larger vehicles usually require higher than default PID rate values.
865867

866868
Repeat the steps from [Section 6.1.1](#611-use-ardupilot-methodic-configurator-to-edit-the-parameter-file-and-upload-it-to-the-flight-controller) to edit and upload the `16_pid_adjustment.param` file
867869

0 commit comments

Comments
 (0)