Skip to content

Commit

Permalink
fix(autoware_perception_msgs): fix error in PredictedObject.msg (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: beginningfan <[email protected]>
  • Loading branch information
beginningfan authored Aug 2, 2023
1 parent 993addf commit f358f1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autoware_perception_msgs/msg/PredictedObject.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
unique_identifier_msgs/UUID id
ObjectClassification classification
unique_identifier_msgs/UUID object_id
float32 existence_probability
ObjectClassification[] classification
PredictedObjectKinematics kinematics
Shape shape

0 comments on commit f358f1b

Please sign in to comment.