class documentation

class Acceleration(VectorData):

View In Hierarchy

Acceleration data of the object.

Class Variable name Is always 'acceleration'
Class Variable val x in (m/s^2): Acceleration of the x coordinate of the center of the cuboid
name: Literal['acceleration'] =

Is always 'acceleration'

val: tuple[float, float, float, float, float, float] =

A tuple of six floats.
  • x in (m/s^2): Acceleration of the x coordinate of the center of the cuboid
  • y in (m/s^2): Acceleration of the y coordinate of the center of the cuboid
  • z in (m/s^2): Acceleration of the z coordinate of the center of the cuboid
  • rx in (rad/s^2): Acceleration of the roll angle.
  • ry in (rad/s^2): Acceleration of the pitch angle.
  • rz in (rad/s^2): Acceleration of the yaw angle.