aboutsummaryrefslogtreecommitdiff
path: root/msg
diff options
context:
space:
mode:
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"
@##############################