Skip to content

Commit

Permalink
Merge pull request #7 from ichiro-its/feature/add-brake-action-service
Browse files Browse the repository at this point in the history
[Feature]  Add Brake Action Service to Proto
  • Loading branch information
mbsaloka authored Jul 13, 2024
2 parents 7ddf1a5 + 4fe6b54 commit d04a8a6
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 d04a8a6

Please sign in to comment.