Skip to content

Commit

Permalink
[mavlink] common + paparazzi mavlink messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Nov 6, 2015
1 parent 92b8565 commit 6e818d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -16,3 +16,6 @@
[submodule "sw/ext/libsbp"]
path = sw/ext/libsbp
url = https://github.com/swift-nav/libsbp.git
[submodule "sw/ext/mavlink"]
path = sw/ext/mavlink
url = https://github.com/paparazzi/mavlink.git
3 changes: 3 additions & 0 deletions sw/ext/Makefile
Expand Up @@ -69,6 +69,9 @@ chibios: chibios.update

fatfs: fatfs.update

mavlink: update_submodules
PYTHONPATH=$(EXT_DIR)/mavlink python2 $(EXT_DIR)/mavlink/pymavlink/tools/mavgen.py --output $(PAPARAZZI_SRC)/var/include/mavlink --lang C $(EXT_DIR)/mavlink/message_definitions/v1.0/paparazzi.xml

libsbp: libsbp.update

clean:
Expand Down
1 change: 1 addition & 0 deletions sw/ext/mavlink
Submodule mavlink added at ce07a0

0 comments on commit 6e818d2

Please sign in to comment.