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 dictionnary with the following fields:
  • fpw[i]["P"]: Numpy matrix
  • fpw[i]["F"]: Numpy matrix
  • fpw[i]["M"]: Numpy matrix

Detailed Description#

Notes#

See also#

btkGetGroundReactionWrenches

Syntax#

fpw = btkGetForcePlatformWrenches(h)

Examples#