Skip to content

Commit

Permalink
feat: add proto load config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Jun 11, 2024
1 parent 9a6f72e commit 3666042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/akushon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ service Config {
rpc SetTorques (SetTorquesData) returns (Empty) {}

rpc SubscribeCurrentJoints (Empty) returns (CurrentJoints) {}

rpc LoadConfig (Empty) returns (Empty) {}
}

message Empty {}

message ConfigActions {
string json_actions = 1;
string json_actions = 1;
}

message SetJointsData {
Expand Down

0 comments on commit 3666042

Please sign in to comment.