We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee38f4 commit 44fa2f9Copy full SHA for 44fa2f9
mavros/src/plugins/setpoint_attitude.cpp
@@ -69,7 +69,7 @@ class SetpointAttitudePlugin : public plugin::Plugin,
69
70
auto qos = rclcpp::QoS(10);
71
72
- #ifdef DUSE_OLD_RMW_QOS_MESSAGE_FILTERS
+ #ifdef USE_OLD_RMW_QOS_MESSAGE_FILTERS
73
auto subscriber_qos = qos.get_rmw_qos_profile();
74
#else
75
auto subscriber_qos = qos;
0 commit comments