Skip to content
Snippets Groups Projects
Unverified Commit 9c0a3b73 authored by paLeziart's avatar paLeziart Committed by GitHub
Browse files

Fix a typo in ex_4_walking (#209)

* [exercise] fix typo in ex_4_walking

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci



---------

Co-authored-by: default avatarPierre-Alexandre Leziart <paleziart@laas.fr>
Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent 374ccaa6
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ for i in range(-N_pre, N + N_post):
cop_RF[0, i] = f_RF[4, i] / f_RF[2, i]
cop_RF[1, i] = -f_RF[3, i] / f_RF[2, i]
if tsid_biped.formulation.checkContact(tsid_biped.contactLF.name, sol):
T_LF = tsid_biped.contactRF.getForceGeneratorMatrix
T_LF = tsid_biped.contactLF.getForceGeneratorMatrix
f_LF[:, i] = T_LF.dot(
tsid_biped.formulation.getContactForce(tsid_biped.contactLF.name, sol)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment