Skip to content

Commit

Permalink
Add TRACK_CANCELLED to TrackStatusEnum (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 authored Apr 11, 2024
1 parent a6d1b87 commit 6f03211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/farm_ng/track/track.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ enum TrackStatusEnum {
// Following the track was aborted (e.g., ability to control was lost)
// See RobotStatus for more details
TRACK_ABORTED = 7;
// Following the track was cancelled (e.g., user requested)
TRACK_CANCELLED = 8;
}

// Message representing the status of a robot's controlability
Expand Down

0 comments on commit 6f03211

Please sign in to comment.