Skip to content

Commit 5af5d49

Browse files
changed obstacle and velocity covariance from Vector3 to float64[9]
1 parent 6a7ebcf commit 5af5d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_dynamic_msgs/msg/Obstacle.msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ float32 score # detection confidence
33
geometry_msgs/Point position # center
44
geometry_msgs/Vector3 velocity
55
geometry_msgs/Vector3 size
6-
geometry_msgs/Vector3 position_covariance
7-
geometry_msgs/Vector3 velocity_covariance
6+
float64[9] position_covariance
7+
float64[9] velocity_covariance

0 commit comments

Comments
 (0)