open_simulation_interface
master (b00ad2b)
|
Specifies the mounting position of a sensor. More...
Public Attributes | |
optional Vector3d | position = 1 |
Offset position relative to the specified reference coordinate system. More... | |
optional Orientation3d | orientation = 2 |
Orientation offset relative to the specified reference coordinate system. More... | |
Specifies the mounting position of a sensor.
Details are specified in each instance where MountingPosition
is used.
optional Vector3d osi3::MountingPosition::position = 1 |
Offset position relative to the specified reference coordinate system.
optional Orientation3d osi3::MountingPosition::orientation = 2 |
Orientation offset relative to the specified reference coordinate system.
\( Origin_{sensor} := Rotation_{yaw,pitch,roll}( \) orientation
\( )*(Origin_{\text{reference coord system}} - \) position
\( )\)