From 663ab373b91462f42f2b931befa516316bcf899b Mon Sep 17 00:00:00 2001 From: Takamasa Horibe Date: Tue, 4 Oct 2022 14:23:22 +0900 Subject: [PATCH] [repos] add rclcpp to fix server connection failure in scenario test Signed-off-by: Takamasa Horibe --- autoware.repos | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autoware.repos b/autoware.repos index 05ba22c6b1e8f..c4240146b277d 100644 --- a/autoware.repos +++ b/autoware.repos @@ -116,3 +116,7 @@ repositories: type: git url: https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs.git version: main + rclcpp: # for temporally fix + type: git + url: https://github.com/tier4/rclcpp.git + version: galactic-with-fix-service-connection-patch