Skip to content

Commit ef07601

Browse files
committed
update
Signed-off-by: wep21 <[email protected]>
1 parent 1471c85 commit ef07601

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patch/ros-kilted-autoware-default-adapi.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
diff --git a/src/interface.cpp b/src/interface.cpp
2+
index 16e2031..26108bc 100644
3+
--- a/src/interface.cpp
4+
+++ b/src/interface.cpp
5+
@@ -21,7 +21,7 @@ InterfaceNode::InterfaceNode(const rclcpp::NodeOptions & options)
6+
: Node("interface", options),
7+
srv_(create_service<Version::Service>(
8+
Version::name,
9+
- [this](
10+
+ [](
11+
const Version::Service::Request::SharedPtr, const Version::Service::Response::SharedPtr res) {
12+
res->major = 1;
13+
res->minor = 9;
114
diff --git a/src/localization.cpp b/src/localization.cpp
215
index e4eca71..ce8f46a 100644
316
--- a/src/localization.cpp

0 commit comments

Comments
 (0)