SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <CActuatorBase.hpp>
Public Member Functions | |
SActuatorSettings () | |
Public Attributes | |
sBool | flag_apply_limits_force_ |
sBool | flag_apply_limits_pos_ |
sBool | flag_apply_limits_vel_ |
sBool | flag_apply_limits_acc_ |
sBool | flag_apply_noise_force_ |
sBool | flag_apply_noise_pos_ |
sBool | flag_apply_noise_vel_ |
sBool | flag_apply_noise_acc_ |
sBool | flag_apply_delay_forces_ |
Eigen::VectorXd | limits_force_ |
Eigen::VectorXd | limits_pos_ |
Eigen::VectorXd | limits_vel_ |
Eigen::VectorXd | limits_acc_ |
Some defaults that allow controlling an actuator model's behavior. All actuator models should support these.
NOTE : Please don't be confused. This is an actuator "model", and as these flags make sense for a simulated actuator. It is "NOT" meant as an interface to a real actuator.
|
inline |
Constructor : Sets defaults