Skip to content

Commit

Permalink
adds a field, battery to RobotState
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanehiro committed Apr 18, 2015
1 parent 63446bc commit 4bc5fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idl/RobotHardwareService.idl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module OpenHRP
sequence<DblSequence3> accel; ///< accelerations[m/(s^2)]
double voltage; ///< voltage of power supply[V]
double current; ///< current[A]
double battery; ///< remingin battery level[%]
};

/**
Expand Down Expand Up @@ -163,4 +164,4 @@ module OpenHRP
*/
boolean readDigitalOutput(out OctSequence dOut);
};
};
};

0 comments on commit 4bc5fe5

Please sign in to comment.