-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor mixer, add px4 v1.14 dronecan vtol
- Loading branch information
1 parent
6754971
commit 7c8cbfd
Showing
18 changed files
with
110 additions
and
50 deletions.
There are no files selected for viewing
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
Submodule uavcan_communicator
updated
10 files
+7 −8 | .github/workflows/catkin_build.yml | |
+11 −10 | README.md | |
+3 −2 | config/example_params.yaml | |
+1 −1 | launch/example_communicator.launch | |
+4 −2 | scripts/Dockerfile | |
+1 −1 | scripts/docker.sh | |
+3 −12 | scripts/install_requirements.sh | |
+43 −23 | src/uavcan_communicator/converters.cpp | |
+15 −3 | src/uavcan_communicator/converters.hpp | |
+1 −1 | src/uavcan_communicator/uavcan_node.cpp |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
# Generic 10" Octo coaxial (12001) | ||
|
||
## Airframe | ||
|
||
<img src="https://docs.px4.io/main/assets/img/OctoRotorXCoaxial.8b17ef1e.svg" alt="drawing" width="240"/> |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Generic Quadcopter X (4001) | ||
|
||
## Airframe | ||
|
||
<img src="https://docs.px4.io/main/assets/img/QuadRotorX.8e9a5495.svg" alt="drawing" width="240"/> |
9 changes: 5 additions & 4 deletions
9
configs/px4_v1.14_quadcopter_airframe.yaml → configs/px4/v1.14/quadcopter/airframe.yaml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Configs | ||
# Generic Standard VTOL (13000) | ||
|
||
## Airframe | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Generic Quadcopter X (4001) | ||
|
||
## Airframe | ||
|
||
<img src="https://docs.px4.io/main/assets/img/QuadRotorX.8e9a5495.svg" alt="drawing" width="240"/> |
9 changes: 5 additions & 4 deletions
9
...s/px4_v1.14_inno_quadcopter_airframe.yaml → ...px4/v1.14/zilant_quadcopter/airframe.yaml
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
SYS_AUTOSTART: 4001 | ||
|
||
MC_YAWRATE_P: 0.6 | ||
MC_YAWRATE_I: 0.02 | ||
MC_YAWRATE_MAX: 40.0 | ||
|
||
# For Cyphal | ||
UCAN1_ESC_FUNC1: 101 | ||
UCAN1_ESC_FUNC2: 102 | ||
UCAN1_ESC_FUNC3: 103 | ||
UCAN1_ESC_FUNC4: 104 | ||
|
||
MC_YAWRATE_P: 0.6 | ||
MC_YAWRATE_I: 0.02 | ||
MC_YAWRATE_MAX: 40.0 |
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
Submodule inno_vtol_dynamics
updated
from 2419b7 to 8e2e9b