aboutsummaryrefslogtreecommitdiff
path: root/msg
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-23 14:38:53 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-23 14:38:53 +0100
commit1ab9ec5811a5b945ca49a8e6aeef59557dd2970c (patch)
tree334fb9066ec603c595bbe17633340f17146b0032 /msg
parentf55832a37066c2cb0e6db64d95710b6fa0017fb1 (diff)
downloadpx4-firmware-1ab9ec5811a5b945ca49a8e6aeef59557dd2970c.tar.gz
px4-firmware-1ab9ec5811a5b945ca49a8e6aeef59557dd2970c.tar.bz2
px4-firmware-1ab9ec5811a5b945ca49a8e6aeef59557dd2970c.zip
fix ros header template
Diffstat (limited to 'msg')
-rw-r--r--msg/templates/px4/ros/msg.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg/templates/px4/ros/msg.h.template b/msg/templates/px4/ros/msg.h.template
index 176be0d09..76abab163 100644
--- a/msg/templates/px4/ros/msg.h.template
+++ b/msg/templates/px4/ros/msg.h.template
@@ -65,7 +65,7 @@ topic_name = spec.short_name
@##############################
@# Generic Includes
@##############################
-#include <uORB/topics/@(topic_name).h>
+#include "px4/@(topic_name).h"
#include "platforms/px4_message.h"
@##############################