#include <drake/multibody/plant/externally_applied_spatial_force.h>
Public Attributes | |
BodyIndex | body_index |
The index of the body that the force is to be applied to. More... | |
Vector3< T > | p_BoBq_B |
A position vector from Body B's origin (Bo) to a point Bq (a point of B), expressed in B's frame. More... | |
SpatialForce< T > | F_Bq_W |
A spatial force applied to Body B at point Bq, expressed in the world frame. More... | |
BodyIndex body_index |
The index of the body that the force is to be applied to.
SpatialForce<T> F_Bq_W |
A spatial force applied to Body B at point Bq, expressed in the world frame.
Vector3<T> p_BoBq_B |
A position vector from Body B's origin (Bo) to a point Bq (a point of B), expressed in B's frame.