create_robot icon indicating copy to clipboard operation
create_robot copied to clipboard

Add support for battery state

Open jacobperron opened this issue 8 years ago • 3 comments

Add ROS level API for the following libcreate functions:

uint16_t getVoltage() const;
uint16_t getCurrent() const;
uint8_t getTemperature() const;
uint16_t getBatteryCharge() const;
uint16_t getBatteryCapacity() const;

jacobperron avatar Mar 08 '16 22:03 jacobperron

#9 Done.

jacobperron avatar Mar 16 '16 18:03 jacobperron

Although I like having the various information regarding the battery state as individual topics, it might make more sense to bundle them into the existing sensor_msgs/BatteryState message.

jacobperron avatar Apr 01 '16 20:04 jacobperron

Could use the sensor_msgs/Temperature message for the battery temperature since sensor_msgs/BatteryState doesn't support temperature.

jacobperron avatar Apr 01 '16 20:04 jacobperron