-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into remote_id_arm, set operator loc. to takeoff
- Loading branch information
Showing
344 changed files
with
12,724 additions
and
7,993 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
name: 🐛 Bug report | ||
description: Create a report to help us improve | ||
title: "[Bug]: " | ||
labels: ["bug-report"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of the bug. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: To Reproduce | ||
description: | | ||
Steps to reproduce the behavior. | ||
1. Drone switched on '...' | ||
2. Uploaded mission '....' (attach QGC mission file) | ||
3. Took off '....' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshot / Media | ||
description: Add screenshot / media if you have them | ||
|
||
- type: textarea | ||
attributes: | ||
label: Flight Log | ||
description: | | ||
*Always* provide a link to the flight log file: | ||
- Download the flight log file from the vehicle ([tutorial](https://docs.px4.io/main/en/getting_started/flight_reporting.html)). | ||
- Upload the log to the [PX4 Flight Review](http://logs.px4.io/) | ||
- Share the link to the log (Copy and paste the URL of the log) | ||
placeholder: | | ||
# PASTE HERE THE LINK TO THE LOG | ||
render: txt | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Setup / Versions | ||
- type: textarea | ||
attributes: | ||
label: Software Version | ||
description: | | ||
Which version of PX4 are you using? | ||
placeholder: | | ||
# If you don't know the version, paste the output of `ver all` in the MAVLink Shell of QGC | ||
render: txt | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Flight controller | ||
description: Specify your flight controller model (what type is it, where was it bought from, ...). | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Vehicle type | ||
options: | ||
- Multicopter | ||
- Helicopter | ||
- Fixed Wing | ||
- Hybrid VTOL | ||
- Airship/Balloon | ||
- Rover | ||
- Boat | ||
- Submarine | ||
- Other | ||
|
||
- type: textarea | ||
attributes: | ||
label: How are the different components wired up (including port information) | ||
description: Details about how all is wired. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Support Question | ||
url: https://docs.px4.io/main/en/contribute/support.html#forums-and-chat | ||
about: For questions about using PX4 or related components, please use the discuss forum and discord server | ||
- name: Documentation Issue | ||
url: https://github.com/PX4/PX4-user_guide/issues | ||
about: If you found an issue in documentation, please submit it directly to the docs repository issues |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: 🚀 Feature Request | ||
description: Suggest an idea for this project | ||
labels: [feature-request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Please note that feature requests are not 'fire and forget'.** | ||
It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing. | ||
- type: textarea | ||
attributes: | ||
label: Describe problem solved by the proposed feature | ||
description: A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe your preferred solution | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe possible alternatives | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots for the feature request here. |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,6 @@ px4_add_romfs_files( | |
|
||
17001_flightgear_tf-g1 | ||
17002_flightgear_tf-g2 | ||
|
||
# [22000, 22999] Reserve for custom models | ||
) |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.