Quick links:
- Doc: https://gepettoweb.laas.fr/doc/stack-of-tasks/pinocchio/master/doxygen-html/
- Cheat sheet: https://github.com/fabinsch/pinocchio/blob/main/doc/pinocchio_cheat_sheet.pdf
What are
oMi
,oMf
and other terms indata
?
oMi
is "Body absolute placement (wrt world)"oMf
is "frames absolute placement (wrt world)"
See the source code for more details.
What is the
actInv
method?
actInv
is the inverse of "this" times "other". See the source code.