We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b7841 commit 0848fafCopy full SHA for 0848faf
system/default_ad_api/src/interface.cpp
@@ -21,7 +21,7 @@ InterfaceNode::InterfaceNode(const rclcpp::NodeOptions & options) : Node("interf
21
{
22
const auto on_interface_version = [](auto, auto res) {
23
res->major = 1;
24
- res->minor = 0;
+ res->minor = 1;
25
res->patch = 0;
26
};
27
0 commit comments