aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-23 11:40:23 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-23 11:58:24 +0100
commitd7e57061c976ba18c69d8be9949660e85f645126 (patch)
tree37d0c32f07f50777159e333eecb2c8f4b2ffbe8a /Makefile
parent4ba57ad285884a2b01ebf8aac2c710ed63f7ffd3 (diff)
downloadpx4-firmware-d7e57061c976ba18c69d8be9949660e85f645126.tar.gz
px4-firmware-d7e57061c976ba18c69d8be9949660e85f645126.tar.bz2
px4-firmware-d7e57061c976ba18c69d8be9949660e85f645126.zip
generate message wrapper headers on ros
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bffba69ae..c727c9a69 100644
--- a/Makefile
+++ b/Makefile
@@ -226,13 +226,13 @@ updatesubmodules:
MSG_DIR = $(PX4_BASE)msg
UORB_TEMPLATE_DIR = $(PX4_BASE)msg/templates/uorb
-MULTIPLATFORM_TEMPLATE_DIR = $(PX4_BASE)msg/templates/px4
+MULTIPLATFORM_TEMPLATE_DIR = $(PX4_BASE)msg/templates/px4/uorb
TOPICS_DIR = $(PX4_BASE)src/modules/uORB/topics
MULTIPLATFORM_HEADER_DIR = $(PX4_BASE)src/platforms/nuttx/px4_messages
MULTIPLATFORM_PREFIX = px4_
TOPICHEADER_TEMP_DIR = $(BUILD_DIR)topics_temporary
-GENMSG_PYTHONPATH = $(PX4_BASE)/Tools/genmsg/src
-GENCPP_PYTHONPATH = $(PX4_BASE)/Tools/gencpp/src
+GENMSG_PYTHONPATH = $(PX4_BASE)Tools/genmsg/src
+GENCPP_PYTHONPATH = $(PX4_BASE)Tools/gencpp/src
.PHONY: generateuorbtopicheaders
generateuorbtopicheaders: