RelativeAnglesProcedure#
- class pyCGM2.IMU.Procedures.relativeImuAngleProcedures.RelativeAnglesProcedure(representation='Euler', eulerSequence='XYZ')#
Procedure to compute angles between two IMUs.
This class calculates the relative orientation between two IMUs using specified angle representation and Euler sequence.
- Parameters:
representation (str, optional) – Angle representation. Defaults to “Euler”.
eulerSequence (str, optional) – Euler sequence to be used for angle calculation. Defaults to “XYZ”.
- __init__(representation='Euler', eulerSequence='XYZ')#
Initializes the RelativeAnglesProcedure with the specified angle representation and Euler sequence.
Methods
__init__
([representation, eulerSequence])Initializes the RelativeAnglesProcedure with the specified angle representation and Euler sequence.
compute
(imuInstance1, imuInstance2)Compute the relative angles between two IMU instances.