Skip to content

Commit d7e24da

Browse files
authored
Merge branch 'master' into disable-wp-speed-scaling-in-pos-1
2 parents 745d2ca + 2764bec commit d7e24da

4,826 files changed

Lines changed: 441570 additions & 162413 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Docker context ignore list
22
.azure
3+
.cache
34
.github
45
.git
56
.idea

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
# Tools: ros2: Run ament_black on all files
66
85172b56467668bee9fa0e68081027b13bc18c4a
7+
8+
# Tools: ros2: Reformat
9+
4d9822131354dc7dc3351f24660969f58720a1de

.github/.markdownlint.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD013": false,
3+
"MD041": false
4+
}

.github/CONTRIBUTING.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@ If you are reading this page, you are possibly interested in contributing to our
88
* Adding new features
99
* Reviewing existing pull requests, and notifying the maintainer if it passes your code review.
1010

11-
# How to make a good bug report...
11+
## How to make a good bug report
1212

1313
* Make sure your bug is not a support issue. Support issues should go to [the support forums](http://discuss.ardupilot.org) and include a .bin log file if possible. If you're not sure you have a bug, you should seek support first.
1414
* Search for your bug, make sure it is not already reported. If it is already reported, make a comment on that issue.
1515
* Only report one bug per issue report.
1616
* Write a clear and concise summary. Be specific about what component of the software you are writing about, and follow the convention: "Copter: blah blah blah"
17-
* Write a clear and concise description, with **particularly clear steps** to reproduce the problem. Include logs that display the bug. **Try to report only facts in your issue report, keeping your assumptions out of it.**
17+
* Write a clear and concise description, with **particularly clear steps** to reproduce the problem. Include logs that display the bug. **Try to report only facts in your issue report, keeping your assumptions out of it.**
1818
* The majority of issues open now are good or acceptable by these guidelines. Please refer to them for examples.
1919

20-
# Submitting patches
20+
## Submitting patches
2121

2222
Please see our [wiki article](https://ardupilot.org/dev/docs/submitting-patches-back-to-master.html).
2323

24-
# Development Team
24+
## Addressing ArduPilot github Issues
25+
26+
We use github's Issue tracking feature to keep a list of outstanding Bugs and Feature Requests. We specifically label some issues as [good first issues](https://github.com/ArduPilot/ardupilot/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) because they are straight forward tasks that someone new to the codebase may be able to deal with.
27+
28+
We typically do not assign issues - *particularly* "Good First Issue"s to specific contributors - if you feel you can contribute towards resolving an issue, simply work on it\* and create a PR which addresses it.
29+
30+
> \**Before* working on an issue, check the existing pull requests first (related ones may be linked to the issue, or appear when searching some relevant key words or phrases). If there is one you can review it and join the discussion there, instead of creating your own.
31+
32+
## Development Team
2533

2634
The ArduPilot project is open source and [maintained](https://github.com/ArduPilot/ardupilot#maintainers) by a team of volunteers.
2735

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ about: If you are sure you have found a bug, then choose this to open a bug repo
44

55
---
66

7+
# Bug Report
8+
79
**IF YOU DON'T REMOVE THESE FOUR LINES, THEN YOUR REPORT WILL BE CLOSED AUTOMATICALLY**
8-
Questions and user problems should be directed at the forum (http://discuss.ardupilot.org)
10+
Questions and user problems should be directed at the [ArduPilot forum](http://discuss.ardupilot.org)
911
_**Please be very sure you have found a bug when opening this issue**_
1012
If there was a previous discussion in the forum, link to it
1113

1214
## Bug report
1315

14-
**Issue details**
16+
### Issue details
1517

16-
_Please describe the problem_
18+
Please describe the problem
1719

1820
**Version**
19-
_What version was the issue encountered with_
21+
What version was the issue encountered with
2022

2123
**Platform**
2224
[ ] All

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ about: If you have an idea for a new feature, choose this option
44

55
---
66

7+
# Feature Request
8+
79
**IF YOU DON'T REMOVE THESE FOUR LINES, THEN YOUR REQUEST WILL BE CLOSED AUTOMATICALLY**
8-
Questions and user problems should be directed at the forum (http://discuss.ardupilot.org)
10+
Questions and user problems should be directed at the [ArduPilot forum](http://discuss.ardupilot.org)
911
_**Please do a careful search before opening this, there are already a lot of feature requests**_
1012
If there was a previous discussion in the forum, link to it
1113

@@ -20,13 +22,15 @@ _A clear and concise description of what you want to happen._
2022
**Describe alternatives you've considered**
2123
_A clear and concise description of any alternative solutions or features you've considered._
2224

23-
**Platform**
24-
[ ] All
25-
[ ] AntennaTracker
26-
[ ] Copter
27-
[ ] Plane
28-
[ ] Rover
29-
[ ] Submarine
25+
### Platform
26+
27+
- [ ] All
28+
- [ ] AntennaTracker
29+
- [ ] Copter
30+
- [ ] Plane
31+
- [ ] Rover
32+
- [ ] Submarine
33+
34+
### Additional context
3035

31-
**Additional context**
3236
_Add any other context or screenshots about the feature request here._

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### Summary
2+
3+
<!-- Put a one or two line summary of what your PR does here -->
4+
5+
### Classification & Testing (check all that apply and add your own)
6+
7+
- [ ] Checked by a human programmer
8+
- [ ] Non-functional change
9+
- [ ] No-binary change
10+
- [ ] Infrastructure change (e.g. unit tests, helper scripts)
11+
- [ ] Automated test(s) verify changes (e.g. unit test, autotest)
12+
- [ ] Tested manually, description below (e.g. SITL)
13+
- [ ] Tested on hardware
14+
- [ ] Logs attached
15+
- [ ] Logs available on request
16+
17+
<!-- Put additional testing description for this PR's changes here -->
18+
19+
### Description
20+
21+
<!-- Describe the PR's content here -->
22+
23+
<!--
24+
Don't overlook our community's expectations for creating a PR:
25+
https://ardupilot.org/dev/docs/style-guide.html
26+
https://ardupilot.org/dev/docs/submitting-patches-back-to-master.html
27+
https://ardupilot.org/dev/docs/porting.html
28+
-->

.github/SUPPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Our GitHub isn't the appropriate place for getting support on ArduPilot usage. Please look below for the two options you have available for getting help solving any issue you have using ArduPilot.
44

5-
If you are having trouble with **code development** please ask in our Gitter: http://gitter.im/ArduPilot/ardupilot
5+
If you are having trouble with **code development** please ask in our [Gitter](http://gitter.im/ArduPilot/ardupilot)
66

77
## Free support
88

9-
If you want free, community-based support, please post in our forum: http://discuss.ardupilot.org
9+
If you want free, community-based support, please post in our [ArduPilot forum](http://discuss.ardupilot.org)
1010

1111
## Commercial support
1212

13-
If you need fast, paid support, please consult our wiki page and choose a company: http://ardupilot.org/ardupilot/docs/common-commercial-support.html
13+
If you need fast, paid support, please consult our wiki page and choose a [commercial support company](http://ardupilot.org/ardupilot/docs/common-commercial-support.html)

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Keep GitHub Actions up to date with GitHub's Dependabot...
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4+
version: 2
5+
updates:
6+
- package-ecosystem: github-actions
7+
commit-message:
8+
prefix: .github
9+
directory: /
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*" # Group all Actions updates into a single larger pull request
14+
schedule:
15+
interval: weekly

.github/problem-matchers/Lua.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"problemMatcher": [
3+
{
4+
"owner": "Luacheck-problem-matcher",
5+
"fileLocation": [ "relative", "${GITHUB_WORKSPACE}" ],
6+
"pattern": [
7+
{
8+
"regexp": "^( *)(.+.lua):(\\d+):(\\d+): (.*)$",
9+
"file": 2,
10+
"line": 3,
11+
"column": 4,
12+
"message": 5
13+
}
14+
]
15+
},
16+
{
17+
"owner": "Lua-language-server-problem-matcher",
18+
"fileLocation": [ "relative", "${GITHUB_WORKSPACE}" ],
19+
"pattern": [
20+
{
21+
"regexp": "^(.+\\.lua):(\\d+):(\\d+)(.*)$",
22+
"file": 1,
23+
"line": 2,
24+
"column": 3,
25+
"message": 4
26+
}
27+
]
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)