Skip to content

Commit

Permalink
feat: added command steer status
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolomarconi02 committed Oct 27, 2024
1 parent 50fcdb1 commit 38e42d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proto/data/steer_command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ message SteerCommand
{
double angleDegrees = 1;
}

enum Status {
steer_status_disabled = 0;
steer_status_enabled = 1;
}
message SteerStatus{
Status status = 0;
}

0 comments on commit 38e42d5

Please sign in to comment.