Skip to content

Commit

Permalink
Feature/change tracking id type (#11)
Browse files Browse the repository at this point in the history
* change uint64 to uuid

* change uint64 to uuid
  • Loading branch information
yukkysaito authored and taikitanaka3 committed Dec 1, 2021
1 parent f1a0efc commit 573d38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module autoware_auto_perception_msgs {
module msg {
struct PredictedObject {
uint64 object_id;
unique_identifier_msgs::msg::UUID object_id;

@range (min=0.0, max=1.0)
float existence_probability;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module autoware_auto_perception_msgs {
module msg {
struct TrackedObject {
uint64 object_id;
unique_identifier_msgs::msg::UUID object_id;

@range (min=0.0, max=1.0)
float existence_probability;
Expand Down

0 comments on commit 573d38e

Please sign in to comment.