Rigid bodies

Index

The RigidBody type

RigidBodyDynamics.RigidBodyType
mutable struct RigidBody{T}

A non-deformable body.

A RigidBody has inertia (represented as a SpatialInertia), unless it represents a root (world) body. A RigidBody additionally stores a list of definitions of coordinate systems that are rigidly attached to it.

source

Functions

RigidBodyDynamics.add_frame!Method
add_frame!(body, transform)

Add a new frame definition to body, represented by a homogeneous transform from the CartesianFrame3D to be added to any other frame that is already attached to body.

source