Simulation 3D Light Helicopter Pack
Libraries:
Aerospace Blockset /
Animation /
Simulation 3D
Description
The Simulation 3D Light Helicopter Pack block creates translation and
rotation information for the Simulation 3D Rotorcraft block with
Type set to Light helicopter
. Use the
Simulation 3D Light Helicopter Pack block to provide translation and rotation
information to the Translation and Rotation input
ports of the Simulation 3D Rotorcraft block.
Ports
Input
Body_T — Body translation
1-by-3 matrix
Body translation, specified as a 1-by-3 matrix.
Data Types: single
| double
Engine_T — Engine translation
1-by-3 matrix
Engine translation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Engine translation parameter.
Data Types: single
| double
Rotor1_T — Rotor 1 translation
1-by-3 matrix
Rotor 1 translation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Rotor 1 translation parameter.
Data Types: single
| double
Rotor2_T — Rotor 2 translation
1-by-3 matrix
Rotor 2 translation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Rotor 2 translation parameter.
Data Types: single
| double
Sensor1_T — Sensor 1 translation
1-by-3 matrix
Sensor 1 translation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Sensor 1 translation parameter.
Data Types: single
| double
Sensor2_T — Sensor 2 translation
1-by-3 matrix
Sensor 2 translation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Sensor 2 translation parameter.
Data Types: single
| double
Body_R — Body rotation
1-by-3 matrix
Body rotation, specified as a 1-by-3 matrix.
Data Types: single
| double
Engine_R — Engine rotation
1-by-3 matrix
Engine rotation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Engine rotation parameter.
Data Types: single
| double
Rotor1_R — Rotor 1 rotation
1-by-3 matrix
Rotor 1 rotation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Rotor 1 rotation parameter.
Data Types: single
| double
Rotor2_R — Rotor 2 rotation
1-by-3 matrix
Rotor 2 rotation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Rotor 2 rotation parameter.
Data Types: single
| double
Sensor1_R — Sensor 1 rotation
1-by-3 matrix
Sensor 1 rotation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Sensor 1 rotation parameter.
Data Types: single
| double
Sensor2_R — Sensor 2 rotation
1-by-3 matrix
Sensor 2 rotation, specified as a 1-by-3 matrix.
Dependencies
To enable this port, select the Sensor 2 rotation parameter.
Data Types: single
| double
Output
Translation — Light helicopter translation
6
-by-3
array
Rotorcraft translation for light helicopter, returned as a
6
-by-3
array. The signal contains translation
[X, Y, Z], in meters, with
one row of the array for each bone of the rotorcraft.
The translation applies to these bones of the Light
helicopter
type.
Bone | Index |
---|---|
BODY | 1 |
ENGINE | 2 |
ROTOR1 | 3 |
ROTOR2 | 4 |
SENSOR1 | 5 |
SENSOR2 | 6 |
Rotation — Rotorcraft rotation
6
-by-3
array
Rotorcraft rotation for light helicopter, returned as a
6
-by-3
array.
The rotation applies to the same bones as listed for the Translation port.
The signal contains the rotation [roll, pitch, yaw], in radians, with one row of the array for each bone of the rotorcraft.
Parameters
Propulsion
Engine translation — Option to enable Engine_T input port
off
(default) | on
Select this parameter to enable the Engine_T input port.
Programmatic Use
Block Parameter: Engine_T |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Rotor 1 translation — Option to enable Rotor1_T input port
off
(default) | on
Select this parameter to enable the Rotor1_T input port.
Programmatic Use
Block Parameter:
Rotor1_T |
Type: character vector |
Values: 'on' |
'off' |
Default: 'off' |
Rotor 2 translation — Option to enable Rotor2_T input port
off
(default) | on
Select this parameter to enable the Rotor2_T input port.
Programmatic Use
Block Parameter:
Rotor2_T |
Type: character vector |
Values: 'on' |
'off' |
Default: 'off' |
Engine rotation — Option to enable Engine_R input port
off
(default) | on
Select this parameter to enable the Engine_R input port.
Programmatic Use
Block Parameter: Engine_R |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Rotor 1 rotation — Option to enable Rotor1_R input port
off
(default) | on
Select this parameter to enable the Rotor1_R input port.
Programmatic Use
Block Parameter: Rotor1_R |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Rotor 2 rotation — Option to enable Rotor2_R input port
off
(default) | on
Select this parameter to enable the Rotor2_R input port.
Programmatic Use
Block Parameter: Rotor2_R |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Sensors
Sensor 1 translation — Option to enable Sensor1_T input port
off
(default) | on
Select this parameter to enable the Sensor1_T input port.
Programmatic Use
Block Parameter: Sensor1_T |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Sensor 2 translation — Option to enable Sensor2_T input port
off
(default) | on
Select this parameter to enable the Sensor2_T input port.
Programmatic Use
Block Parameter: Sensor2_T |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Sensor 1 rotation — Option to enable Sensor1_R input port
off
(default) | on
Select this parameter to enable the Sensor1_R input port.
Programmatic Use
Block Parameter: Sensor1_R |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Sensor 2 rotation — Option to enable Sensor2_R input port
off
(default) | on
Select this parameter to enable the Sensor2_R input port.
Programmatic Use
Block Parameter: Sensor2_R |
Type: character vector |
Values: 'on' | 'off' |
Default: 'off' |
Geospatial
Select input coordinate frame — Input coordinate frame
NED
(default) | ECEF
Select the input coordinate frame to position aerospace vehicles with respect to north-east-down (NED) or the Earth center (ECEF). Use this parameter with the Use Earth center as origin (ECEF) parameter of the Simulation 3D Scene Configuration block.
Programmatic Use
To set the block parameter value
programmatically, use the set_param
function.
To get the block parameter value
programmatically, use the get_param
function.
Parameter: | GeoRadioButton |
Values: | 'NED' (default) | 'ECEF' |
Enable geospatial correction — Option to enable geospatial correction
off
(default) | on
Select this parameter to enable the geospatial correction to the input body translation and rotation.
Dependencies
To enable this parameter, set Select input coordinate frame
to NED
.
Programmatic Use
Block Parameter:
AdjustForCesium |
Type: character vector |
Values: 'on' |
'off' |
Default: 'off' |
Direction of x-axis (degrees clockwise from north) — Compass direction of x-axis
90
(default) | real scalar
Specify the compass direction of the x-axis, specified as a real scalar, in degrees.
Dependencies
To enable this parameter:
Set Select input coordinate frame to NED
Select Enable geospatial correction
Programmatic Use
Block Parameter:
Heading0 |
Type: character vector |
Values: 90 | real
scalar |
Default: '90' |
Version History
Introduced in R2023bR2024a: Simulation 3D Light Helicopter Pack Block Now Supports Earth-centered Earth-fixed (ECEF) Input Coordinate Frame
To enable ECEF coordinate systems for translation input, the Simulation 3D Light Helicopter Pack block has been updated. Use these parameters with the Use Earth center as origin (ECEF) parameter in the Simulation 3D Scene Configuration block.
Select input coordinate frame
ECEF — ECEF input coordinate frame. When you select this coordinate frame, the annotation
Origin: Earth center (ECEF)
appears under the pack block icons.NED — NED coordinate frame. Prior to R2024a, NED was the only supported coordinate frame.
Direction of x-axis (degrees clockwise from north) — Direction of the x-axis. This parameter is enabled when you select the Enable geospatial correction check box.
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)