Skip to content

Commit

Permalink
proto: modified the protobuf BenchmarkState message for the revised T…
Browse files Browse the repository at this point in the history
…BM2 version
  • Loading branch information
ptresende authored and joaocgreis committed Nov 15, 2015
1 parent f2b08ed commit 10b3ef8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions proto/BenchmarkState.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ message BenchmarkState {
// Time in the last message received from the robot
// Items up to that message do not need to be retransmitted
optional Time acknowledgement = 3;

// HOMF: initial state of the switches, in order
repeated bool initial_state = 8;
// HOMF: switches to be toggled, by this order
repeated uint32 switches = 9;

optional double target_pose_x = 10;
optional double target_pose_y = 11;
optional double target_pose_theta = 12;
}

0 comments on commit 10b3ef8

Please sign in to comment.