Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[2022 M4] Improve battery model (non-constant discharge rates) #259

Closed
marcoag opened this issue Oct 12, 2022 · 1 comment
Closed

[2022 M4] Improve battery model (non-constant discharge rates) #259

marcoag opened this issue Oct 12, 2022 · 1 comment

Comments

@marcoag
Copy link
Member

marcoag commented Oct 12, 2022

This issue is to discuss and track the progress on Improving the battery model being used at the time of writing.

Discussion:

The Tethys model currently uses the gazebo battery plugin that implements a linear battery model. The idea is to improve the this plugin and its use by the Tethys model in order to make a more accurate use of the battery charge by adding ways to have non-constant discharge rates.

  1. Dynamic addition and removal of power consumers.

After discussing this will be done through components, as follows:

  • A plugin can sign up as a battery consumer by creating this component with the value of the power load.
  • This power load will be added to the battery model.
  • Make sure the power load is removed when the plugin is not there anymore.
  1. Add topics support

  2. Add topics support

@caguero
Copy link
Collaborator

caguero commented Dec 26, 2022

See gazebosim/gz-sim#1811

@caguero caguero closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants