@@ -32,7 +32,7 @@ build:
-L /opt/ros/humble/lib/ \
-lrclcpp -lrcutils \
-o first_node
-
+
# 顺便小鱼加个clean指令,用来删掉first_node
clean:
rm first_node