Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message_definitions: add all_with_development.xml #1924

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion message_definitions/v1.0/all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
-->
<include>ASLUAV.xml</include>
<include>common.xml</include>
<include>development.xml</include>
<!--To use messages from development, use all_with_development.xml-->
<!--<include>development.xml</include>-->
<include>icarous.xml</include>
<!-- matrixpilot.xml: ERROR: Duplicate message id 150 for FLEXIFUNCTION_SET (matrixpilot.xml:50) also used by SENSOR_OFFSETS (ardupilotmega.xml:1101) -->
<!-- <include>matrixpilot.xml</include> -->
Expand Down
6 changes: 6 additions & 0 deletions message_definitions/v1.0/all_with_development.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<mavlink>
<include>all.xml</include>
<include>development.xml</include>
<messages/>
</mavlink>