From 4699cb0ddeb12e0d9fe1a162d93c170fb4b70712 Mon Sep 17 00:00:00 2001 From: Joshua Wallace Date: Tue, 5 Apr 2022 16:27:31 -0400 Subject: [PATCH] array of costs Signed-off-by: Joshua Wallace --- nav_msgs/msg/Path.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nav_msgs/msg/Path.msg b/nav_msgs/msg/Path.msg index 61d57a5b..744edec5 100644 --- a/nav_msgs/msg/Path.msg +++ b/nav_msgs/msg/Path.msg @@ -5,4 +5,4 @@ std_msgs/Header header # Array of poses to follow. geometry_msgs/PoseStamped[] poses -int32 costs +int8[] costs