forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8971841
commit 7122049
Showing
12 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
Submodule flightgear_bridge
updated
from 7c2c62 to b9715f
Submodule sitl_gazebo-classic
updated
from 20ded0 to 465f11
Submodule jsbsim_bridge
updated
from 68de2c to 454605
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 libcanard
updated
23 files
+26 −17 | .github/workflows/main.yml | |
+1 −0 | .idea/dictionaries/pavel.xml | |
+3 −0 | CONTRIBUTING.md | |
+26 −3 | README.md | |
+1 −0 | libcanard/.clang-tidy | |
+0 −0 | libcanard/_canard_cavl.h | |
+84 −46 | libcanard/canard.c | |
+7 −7 | libcanard/canard.h | |
+1 −0 | tests/.clang-tidy | |
+5 −4 | tests/CMakeLists.txt | |
+10,809 −4,845 | tests/catch/catch.hpp | |
+13 −13 | tests/exposed.hpp | |
+21 −25 | tests/helpers.hpp | |
+0 −0 | tests/main.cpp | |
+5 −4 | tests/test_private_cavl.cpp | |
+86 −47 | tests/test_private_rx.cpp | |
+7 −7 | tests/test_private_tx.cpp | |
+9 −9 | tests/test_public_filters.cpp | |
+10 −10 | tests/test_public_roundtrip.cpp | |
+327 −4 | tests/test_public_rx.cpp | |
+0 −31 | tools/Dockerfile | |
+0 −17 | tools/entrypoint.sh | |
+0 −6 | tools/run-docker.sh |
Submodule public_regulated_data_types
updated
245 files
Submodule devices
updated
8 files
+1 −2 | src/ashtech.cpp | |
+2 −1 | src/gps_helper.h | |
+1 −1 | src/mtk.cpp | |
+13 −9 | src/nmea.cpp | |
+10 −6 | src/sbf.cpp | |
+1 −1 | src/sbf.h | |
+92 −12 | src/ubx.cpp | |
+10 −1 | src/ubx.h |
Submodule libuavcan
updated
from 08a605 to fd25d6
Submodule libevents
updated
from a9a3fc to e9a7c1
Submodule mavlink
updated
from 81524c to 61202d