Skip to content
Snippets Groups Projects
Commit 163325e1 authored by Arnaud Degroote's avatar Arnaud Degroote Committed by Matthieu Herrb
Browse files

[wip/morse-mavlink] Introduce morse-mavlink 1.4

Morse-mavlink is a bridge between MAVLINK protocol and the Morse
simulator
parent 52dd649a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ SUBDIR+= mavlink
SUBDIR+= metapod
SUBDIR+= mhp-genom
SUBDIR+= morse-hla
SUBDIR+= morse-mavlink
SUBDIR+= morse-pocolibs
SUBDIR+= morse-ros
SUBDIR+= move3d-assets
......
MAVLINK (Micro Air Vehicle Message Marshalling Library) bindings for the MORSE
simulator
# robotpkg Makefile for: simulation/morse-mavlink
# Created: Arnaud Degroote on Mon, 8 Feb 2016
#
PKGNAME= morse-mavlink-${MORSE_VERSION}
include ../../simulation/morse/Makefile.common
COMMENT+= (mavlink bindings)
CMAKE_ARGS+= -DBUILD_CORE_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_DOC_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_MAVLINK_SUPPORT=ON
CMAKE_ARGS+= -DBUILD_MOOS_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_HLA_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_ROS_SUPPORT=OFF
CMAKE_ARGS+= -DBUILD_YARP_SUPPORT=OFF
CMAKE_ARGS+= -DPYMORSE_SUPPORT=OFF
include ../../simulation/morse/depend.mk
include ../../wip/py-mavlink/depend.mk
include ../../mk/robotpkg.mk
@comment Mon Feb 8 10:38:03 CET 2016
${PYTHON_SITELIB}/morse/middleware/mavlink/__init__.py
${PYTHON_SITELIB}/morse/middleware/mavlink/abstract_mavlink.py
${PYTHON_SITELIB}/morse/middleware/mavlink/attitude.py
${PYTHON_SITELIB}/morse/middleware/mavlink/local_position_ned_to_waypoint.py
${PYTHON_SITELIB}/morse/middleware/mavlink/odometry_to_local_ned.py
${PYTHON_SITELIB}/morse/middleware/mavlink/read_attitude_target.py
${PYTHON_SITELIB}/morse/middleware/mavlink_datastream.py
# robotpkg depend.mk for: simulation/morse-mavlink
# Created: Arnaud Degroote on Mon, 8 Feb 2016
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
MORSE_MAVLINK_DEPEND_MK:= ${MORSE_MAVLINK_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= morse-mavlink
endif
ifeq (+,$(MORSE_MAVLINK_DEPEND_MK)) # -------------------------------------
PREFER.morse-mavlink?= robotpkg
DEPEND_USE+= morse-mavlink
DEPEND_ABI.morse-mavlink?= morse-mavlink>=1.0
DEPEND_DIR.morse-mavlink?= ../../wip/morse-mavlink
SYSTEM_SEARCH.morse-mavlink=\
lib/python*/{site,dist}-packages/morse/multinode/mavlink.py
include ../../mk/sysdep/python.mk
endif # MORSE_MAVLINK_DEPEND_MK -------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment