mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
docs index: fix special character encoding to be UTF-8
This commit is contained in:
committed by
Ramon Roche
parent
35096d3278
commit
e9bac962ab
+4
-4
@@ -20,7 +20,7 @@ hero:
|
||||
|
||||
features:
|
||||
- title: Modular Architecture
|
||||
details: PX4 is highly modular and extensible both in terms of hardware and software. It utilizes a port-based architecture – which means when developers add components, the extended system does not lose robustness or performance.
|
||||
details: PX4 is highly modular and extensible both in terms of hardware and software. It utilizes a port-based architecture - which means when developers add components, the extended system does not lose robustness or performance.
|
||||
- title: Open Source
|
||||
details: PX4 is co-developed with a global development community. The flightstack is not just fulfilling the needs of one lab or one company, but has been intended as a general toolkit and is widely used and adopted in the industry.
|
||||
- title: Configurability
|
||||
@@ -28,7 +28,7 @@ features:
|
||||
- title: Autonomy Stack
|
||||
details: PX4 is designed to be deeply coupled with embedded computer vision for autonomous capabilities . The framework lowers the barrier of entry for developers working on localization and obstacle detection algorithms.
|
||||
- title: Real-world Validation
|
||||
details: Thousands of commercial PX4 based systems have been deployed worldwide. In parallel, dedicated flight test team clocking up thousands of flight hours each month running hardware and software tests to ensure the codebase’s safety and reliability.
|
||||
details: Thousands of commercial PX4 based systems have been deployed worldwide. In parallel, dedicated flight test team clocking up thousands of flight hours each month running hardware and software tests to ensure the codebase's safety and reliability.
|
||||
- title: Permissive License
|
||||
details: PX4 is free to use and modify under the terms of the permissive BSD 3-clause license. Which means the software also allows proprietary use and allows the releases under the license to be incorporated into proprietary products.
|
||||
- title: Interoperability
|
||||
@@ -36,9 +36,9 @@ features:
|
||||
|
||||
- title: Powerful Safety Features
|
||||
details: Great safety features including automated failsafe behaviour, support for different return modes, parachutes etc. are by default already included in the codebase. The features are easily configurable and tunable for custom systems.
|
||||
|
||||
|
||||
search: false
|
||||
footer: BSD 3-clause license
|
||||
---
|
||||
|
||||
<!-- <Redirect to="/en/README.md" /> -->
|
||||
<!-- <Redirect to="/en/README.md" /> -->
|
||||
|
||||
Reference in New Issue
Block a user