Skip to content

Commit

Permalink
[AR-6566] object tag feature (#58)
Browse files Browse the repository at this point in the history
* add Stage to custom.proto

* rename DRIVING with CONTROLLED
  • Loading branch information
young-seoulrobotics authored Oct 10, 2023
1 parent d4a75a5 commit 988238d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ message ProfilingResultSet {
map<string, sensr_proto.ProfilingResult> algo_nodes = 2;
}

enum Stage {
STAGE_NONE = 0;
STAGE_CONTROLLED = 1;
};

message CustomMessage {
reserved 1;
repeated VehicleOrientedFieldsOfRegard vehicle_oriented_fields_of_regard = 2;
Expand Down

0 comments on commit 988238d

Please sign in to comment.