-
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.
- Loading branch information
1 parent
7abbb0e
commit a879bcc
Showing
10 changed files
with
65 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Configs | ||
|
||
## Airframe | ||
|
||
<img src="https://docs.px4.io/main/assets/img/VTOLPlane.2ffc44a4.svg" alt="drawing" width="240"/> | ||
|
||
## Actuators Setup | ||
|
||
<img src="https://raw.githubusercontent.com/RaccoonlabDev/innopolis_vtol_dynamics/docs/assets/configs/px4_v1.14_standard_vtol.png" alt="drawing" width="480"/> |
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,14 @@ | ||
SYS_AUTOSTART: 13000 | ||
SYS_CTRL_ALLOC: 1 | ||
|
||
# For DroneCAN | ||
UAVCAN_EC_FUNC1: 101 # motor 1 | ||
UAVCAN_EC_FUNC2: 102 # motor 2 | ||
UAVCAN_EC_FUNC3: 103 # motor 3 | ||
UAVCAN_EC_FUNC4: 104 # motor 4 | ||
UAVCAN_EC_FUNC5: 105 # motor 5 | ||
|
||
UAVCAN_SV_FUNC1: 201 # servo 1 (left aileron) | ||
UAVCAN_SV_FUNC2: 202 # servo 2 (right aileron) | ||
UAVCAN_SV_FUNC3: 203 # servo 3 (elevators) | ||
UAVCAN_SV_FUNC4: 204 # servo 4 (rudders) |
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 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
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 ab460e