mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
50 lines
2.0 KiB
Markdown
50 lines
2.0 KiB
Markdown
# Support
|
|
|
|
<script setup>
|
|
import { useData } from 'vitepress'
|
|
const { site } = useData();
|
|
</script>
|
|
|
|
<div v-if="site.title !== 'PX4 Guide (main)'">
|
|
<div class="custom-block danger">
|
|
<p class="custom-block-title">This page may be out out of date. <a href="https://docs.px4.io/main/en/contribute/support">See the latest version</a>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
This section shows how you can get help from the core dev team and the wider community.
|
|
|
|
## Forums and Chat
|
|
|
|
The core development team and community are active on the following channels:
|
|
|
|
- [PX4 Discuss Forum](https://discuss.px4.io/) - Post here first!
|
|
- [PX4 Discord](https://discord.com/invite/dronecode) - Post here if you don't get a response in discuss within a few days (include a link to your forum topic).
|
|
|
|
:::tip
|
|
The Discuss Forum is much preferred because it is indexed by search engines and serves as a common knowledge base.
|
|
:::
|
|
|
|
## Diagnosing Problems
|
|
|
|
If you are unsure what the problem is and you need help diagnosing
|
|
|
|
- Upload logs to [Flight Log Review](https://logs.px4.io/)
|
|
- Open a discussion on [PX4 Discuss](https://discuss.px4.io/c/flight-testing/10) with a flight report and links to logs.
|
|
- The dev team may prompt you to [raise an issue](#issue-bug-reporting) if the problem is caused by a bug.
|
|
|
|
## Issue & Bug Reporting
|
|
|
|
- Upload logs to [Flight Log Review](https://logs.px4.io/)
|
|
- [Open a Github Issue](https://github.com/PX4/PX4-Autopilot/issues).
|
|
This must include a flight report with as much detail as possible (enough for the issue to be reproduced) and links to your logs on Flight review.
|
|
|
|
## Weekly Dev Call
|
|
|
|
:::tip
|
|
Developers are most welcome to attend the [weekly dev call](../contribute/dev_call.md) (and other [developer events](../index.md#calendar-events)) to engage more deeply with the project.
|
|
:::
|
|
|
|
The [Dev Call](../contribute/dev_call.md) is a weekly meeting attended by the PX4 dev team to discuss platform technical details, coordinate activities and perform in-depth analysis.
|
|
|
|
There is also space in the agenda to discuss pull requests, major impacting issues and Q&A.
|