Browse Source

fix ros header template

sbg
Thomas Gubler 10 years ago
parent
commit
1ab9ec5811
  1. 2
      msg/templates/px4/ros/msg.h.template

2
msg/templates/px4/ros/msg.h.template

@ -65,7 +65,7 @@ topic_name = spec.short_name @@ -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"
@##############################

Loading…
Cancel
Save