Ports
rotor_input (out)
Data structure
|
rotor_measure (in)
Data structure
|
state (in)
Data structure
|
reference (in)
Data structure
|
external_wrench (out)
Data structure
|
Services
set_saturation (attribute)
Inputs
|
set_servo_gain (attribute)
Inputs
|
set_wlimit (attribute)
Inputs
|
set_mass (attribute)
Inputs
|
set_geom (attribute)
Inputs
|
Set mass, allocation matrix and inertia tensor.
This is a generic function for setting the geometric parameters of the controlled robot. See set_gtmrp_geom (function) for a specialized function for tilted multi rotors robots.
set_gtmrp_geom (function)
Inputs
|
Throws
|
Compute allocation matrix and inertia tensor for tilt rotors robots.
Generically Tilted Multi-Rotor Platforms (GTMRP) are made of a set of rotors evenly distributed in a horizontal plane. The rotors are tilted around an axis lying in the plane, all by the same angle but with alternating signs on the X axis. The spinning direction is also alternating.
This function is a specialization of the more generic set_geom (attribute).
set_emerg (attribute)
Inputs
|
Set thresholds for emergency descent.
dx
, dq
, dv
and dw
represent the maximum uncertainty tolerated
in the input state (in) for position (dx
), orientation (dq
),
linear velocity (dv
) and angular velocity (dw
), measured as 3
times the standard deviation.
By default, dx
is 5cm, dq
is 5⁰, dv
is 20cm/s and dw
20⁰/s.
Beyond that threshold, an emergency descent is started.
As long as the emergency descent is active, the position error or
linear velocity error are cancelled (i.e. the desired roll and pitch
are set to 0) and a vertical acceleration of descent
(by default
-0.1 m/s²) is requested. The descent is based on the mass only,
with no feedback, as the state is considered invalid. If the
orientation is invalid in the state (in), then no control on the
attitude is possible and the stability is not guaranteed …
set_wo_gains (attribute)
Inputs
|
set_af_parameters (attribute)
Inputs
|
set_af_wrench (attribute)
Inputs
|
set_af_enable (attribute)
Inputs
|
get_servo_parameters (attribute)
Outputs
|
get_body_parameters (attribute)
Outputs
|
get_reference (attribute)
Outputs
|
get_wo_parameters (attribute)
Outputs
|
get_af_parameters (attribute)
Outputs
|
servo (activity)
Throws
|
Context
|
Track a desired position
set_state (function)
Inputs
|
Throws
|
Context
|
Set the desired state
set_position (function)
Inputs
|
Throws
|
Context
|
Set the desired position
set_current_position (activity)
Throws
|
Context
|
Set the desired position
set_wo_zero (activity)
Inputs
|
Throws
|
Context
|
Compute wrench observer bias.
log (function)
Inputs
|
Throws
|
Log state
log_stop (function)
Stop logging
log_info (function)
Outputs
|
Show missed log entries
Tasks
main
Context
|
wo
Context
|