Skip to content

Commit

Permalink
feat: add brake action proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Jun 18, 2024
1 parent 7ddf1a5 commit 4fe6b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/akushon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ service Config {
rpc SubscribeCurrentJoints (Empty) returns (CurrentJoints) {}

rpc LoadConfig (Empty) returns (Empty) {}

rpc BrakeAction (Empty) returns (Empty) {}
}

message Empty {}
Expand Down

0 comments on commit 4fe6b54

Please sign in to comment.