Scripting API

btkGetForcePlatformWrenches

Module BTKAcquisitionAccessor

Description#

Extracts force platform wrenches expressed in the global frame from a given acquisition.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

fpwPaged structure with the following fields:
  • fpw(i).P: Matrix
  • fpw(i).F: Matrix
  • fpw(i).M: Matrix

Detailed Description#

Notes#

See also#

btkGetGroundReactionWrenches

Syntax#

fpw = btkGetForcePlatformWrenches(h)

Examples#