You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ // We create a class using rclcpp::Node as a base class. You can still use another base class if you need, albeit sometimes with difficulties in passing args..
25
+
26
+
// Quality of service example
27
+
auto qos = rclcpp::QoS(rclcpp::KeepLast(1)).transient_local();
0 commit comments