We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the robot's text definition, i.e. eyebot_entity.cpp the battery uses the attribute "model"
<battery model=\"time_motion\" time_factor=\"1e-5\"\n" pos_factor=\"1e-3\"\n" orient_factor=\"1e-3\"/>\n
However, in battery_equipped_entity.cpp the attibute name is "discharge_model"
GetNodeAttributeOrDefault(t_tree, "discharge_model", strDischargeModel, strDischargeModel);
Which is the correct attribute ("model" doesn't work), so the help texts in all the *_entitiy.cpp files should be updated.
The text was updated successfully, but these errors were encountered:
The code says discharge_model, so that's probably what it should be.
discharge_model
Sorry, something went wrong.
No branches or pull requests
In the robot's text definition, i.e. eyebot_entity.cpp the battery uses the attribute "model"
However, in battery_equipped_entity.cpp the attibute name is "discharge_model"
GetNodeAttributeOrDefault(t_tree, "discharge_model", strDischargeModel, strDischargeModel);
Which is the correct attribute ("model" doesn't work), so the help texts in all the *_entitiy.cpp files should be updated.
The text was updated successfully, but these errors were encountered: