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
6cc7c5b
commit 79af5b9
Showing
35 changed files
with
164 additions
and
204 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
argcomplete | ||
argparse>=1.2 | ||
cerberus | ||
coverage | ||
empy==3.3.4 | ||
|
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 sitl_gazebo-classic
updated
10 files
Submodule gz
updated
25 files
+0 −2 | README.md | |
+0 −54 | models/advanced_plane/model.sdf | |
+0 −54 | models/lawnmower/model.sdf | |
+0 −10,630 | models/lidar_2d_v2/meshes/lidar_2d_v2.dae | |
+ − | models/lidar_2d_v2/meshes/lidar_2d_v2.jpg | |
+0 −15 | models/lidar_2d_v2/model.config | |
+0 −79 | models/lidar_2d_v2/model.sdf | |
+ − | models/lidar_2d_v2/thumbnails/1.jpg | |
+ − | models/lidar_2d_v2/thumbnails/2.jpg | |
+ − | models/lidar_2d_v2/thumbnails/3.jpg | |
+ − | models/lidar_2d_v2/thumbnails/4.jpg | |
+ − | models/lidar_2d_v2/thumbnails/5.jpg | |
+0 −54 | models/omnicopter/model.sdf | |
+1 −54 | models/px4vision/model.sdf | |
+0 −54 | models/r1_rover/model.sdf | |
+0 −54 | models/rc_cessna/model.sdf | |
+0 −54 | models/standard_vtol/model.sdf | |
+0 −54 | models/x500_base/model.sdf | |
+0 −11 | models/x500_lidar/model.config | |
+0 −18 | models/x500_lidar/model.sdf | |
+0 −3 | simulation-gazebo | |
+5 −95 | worlds/baylands.sdf | |
+46 −131 | worlds/default.sdf | |
+0 −270 | worlds/lawn.sdf | |
+6 −95 | worlds/windy.sdf |
Submodule nuttx
updated
18 files
Submodule libevents
updated
17 files
+2 −71 | README.md | |
+5 −33 | libs/cpp/CMakeLists.txt | |
+0 −4 | libs/cpp/Config.cmake.in | |
+0 −11 | libs/cpp/common/CMakeLists.txt | |
+0 −24 | libs/cpp/common/event_type.h | |
+0 −0 | libs/cpp/empty.cpp | |
+16 −28 | libs/cpp/generated/events_generated.h | |
+30 −0 | libs/cpp/include/libevents_definitions.h | |
+0 −22 | libs/cpp/parse/CMakeLists.txt | |
+2 −1 | libs/cpp/parse/health_and_arming_checks.h | |
+1 −1 | libs/cpp/parse/parser.cpp | |
+3 −2 | libs/cpp/parse/parser.h | |
+10 −8 | libs/cpp/protocol/CMakeLists.txt | |
+184 −0 | libs/cpp/protocol/receive.cpp | |
+13 −180 | libs/cpp/protocol/receive.h | |
+8 −8 | libs/cpp/templates/events_generated.h.jinja | |
+14 −16 | libs/cpp/tests/parser.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
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
Oops, something went wrong.