Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions arm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ message ArmData {
MotorData elbow = 5;

Version version = 6;

//USS data
float USS_distance = 7;
}

message ArmCommand {
Expand All @@ -40,6 +43,9 @@ message ArmCommand {
bool jab = 10;

Version version = 11;

// USS commands
BoolState start_USS = 12;
}

message GripperData {
Expand Down