Spacecraft Models Package 2.0
Spacecraft Models for DSim
|
A component used to allow a controller (or other component) to apply ideal forces and torques to the actuator's parent. More...
#include <rate_and_force_actuator.h>
Inherits dsim_model.
Protected Attributes | |
dsim_variable | force_dsim |
Force. | |
dsim_variable | rate_dsim |
Torque. | |
dsim_variable | forceApp_dsim |
Applied force. | |
dsim_variable | rateApp_dsim |
Applied torque. | |
A component used to allow a controller (or other component) to apply ideal forces and torques to the actuator's parent.
A component used to allow a controller (or other component) to apply ideal forces and torques to the actuator's parent.
The ideal actuator component provides two inputs, force and torque, intended to be set by a controller or external component. These variables are then used, each timestep, as part of the actuator's calculated force/torque on its parent, which can therefore be a way to provide an external source with a mechanism for applying idealized forces and torques.
The two inputs are named "force" and "torque" and are standard 3x1 matrices. They should be in N and Nm. The torque is in the body frame and the force is in the inertial frame (or other frames used by the parent collecting the "apply_torque" and "apply_force" messages).