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
The documentation for the centroidal mpc parameter has some issues (at least if one want to set the parameter via code rather than via conf file):
bipedal-locomotion-framework/src/ReducedModelControllers/include/BipedalLocomotion/ReducedModelControllers/CentroidalMPC.h
Lines 70 to 71 in 9a25588
the time_horizon and sampling_time variable are datetime rather than double.
time_horizon
sampling_time
datetime
double
In addition, the unit is missing (I assume they are seconds).
@GiulioRomualdi if you want (and agree) I can fix them either in #650 or open a new PR ! Let me know
The text was updated successfully, but these errors were encountered:
You can open a PR! Thank you 😀
Sorry, something went wrong.
No branches or pull requests
The documentation for the centroidal mpc parameter has some issues (at least if one want to set the parameter via code rather than via conf file):
bipedal-locomotion-framework/src/ReducedModelControllers/include/BipedalLocomotion/ReducedModelControllers/CentroidalMPC.h
Lines 70 to 71 in 9a25588
the
time_horizon
andsampling_time
variable aredatetime
rather thandouble
.In addition, the unit is missing (I assume they are seconds).
@GiulioRomualdi if you want (and agree) I can fix them either in #650 or open a new PR ! Let me know
The text was updated successfully, but these errors were encountered: