Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for battery state #7

Open
jacobperron opened this issue Mar 8, 2016 · 3 comments
Open

Add support for battery state #7

jacobperron opened this issue Mar 8, 2016 · 3 comments

Comments

@jacobperron
Copy link
Member

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
Copy link
Member Author

#9 Done.

@jacobperron
Copy link
Member Author

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 jacobperron reopened this Apr 1, 2016
@jacobperron
Copy link
Member Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant