From ccaf5f35133f663303b7e5514a2213c99973dd63 Mon Sep 17 00:00:00 2001 From: Sucan126 <632190820@qq.com> Date: Mon, 22 Sep 2025 14:40:38 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将std_msgs/msg/dds_/String_.hpp替换为unitree/idl/ros2/String_.hpp以使用统一的消息接口 --- include/navigation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/navigation.hpp b/include/navigation.hpp index ff47f77..a25a1c1 100644 --- a/include/navigation.hpp +++ b/include/navigation.hpp @@ -6,7 +6,7 @@ #include #include -#include "std_msgs/msg/dds_/String_.hpp" +#include #include "unitree/robot/channel/channel_subscriber.hpp"