Skip to content

Commit

Permalink
Merge pull request #6 from ichiro-its/enhancement/add-load-config-ser…
Browse files Browse the repository at this point in the history
…vice

[Enhancement] Add Load Config Service to Proto
  • Loading branch information
mbsaloka authored Jun 12, 2024
2 parents 9a6f72e + 3666042 commit 7ddf1a5
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 7ddf1a5

Please sign in to comment.