Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent 27a72e3 commit ba26e58
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,14 @@ void exposeContact6DLoop() {
.add_property("f1Xj1",
bp::make_getter(&ContactData6DLoop::f1Xj1,
bp::return_internal_reference<>()),
"Inverse of the placement of the first contact frame in the joint frame - "
"Inverse of the placement of the first contact frame in "
"the joint frame - "
"Action Matrix")
.add_property("f2Xj2",
bp::make_getter(&ContactData6DLoop::f2Xj2,
bp::return_internal_reference<>()),
"Inverse of the placement of the second contact frame in the joint frame "
"Inverse of the placement of the second contact frame in "
"the joint frame "
"- Action Matrix")
.add_property("f1Mf2",
bp::make_getter(&ContactData6DLoop::f1Mf2,
Expand Down

0 comments on commit ba26e58

Please sign in to comment.