TrailerData

This is a ROS message definition.

Source

# ==============================================================================
# MIT License
#
# Copyright (c) 2023-2024 Institute for Automotive Engineering (ika), RWTH Aachen University
# Copyright (c) 2024 Instituto de Telecomunicações, Universidade de Aveiro
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# ==============================================================================

# --- Auto-generated by asn1ToRosMsg.py ----------------------------------------

# --- ASN.1 Definition ---------------------------------------------------------
# TrailerData ::= SEQUENCE { 
#     refPointId          Identifier1B,
#     hitchPointOffset    StandardLength1B, 
#     frontOverhang       StandardLength1B OPTIONAL, 
#     rearOverhang        StandardLength1B OPTIONAL, 
#     trailerWidth        VehicleWidth OPTIONAL,
#     hitchAngle          CartesianAngle,
#     ...
# }
# ------------------------------------------------------------------------------
# * 
# * This DF provides detailed information about an attached trailer.
# *
# * It shall include the following components: 
# *
# * @field refPointId: identifier of the reference point of the trailer.
# *
# * @field hitchPointOffset: optional position of the hitch point in negative x-direction (according to ISO 8855) from the
# * vehicle Reference Point.
# *
# * @field frontOverhang: optional length of the trailer overhang in the positive x direction (according to ISO 8855) from the
# * trailer Reference Point indicated by the refPointID. The value defaults to 0 in case the trailer
# * is not overhanging to the front with respect to the trailer reference point.
# *
# * @field rearOverhang: optional length of the trailer overhang in the negative x direction (according to ISO 8855) from the
# * trailer Reference Point indicated by the refPointID.
# *
# * @field trailerWidth: optional width of the trailer.
# *
# * @field hitchAngle: optional Value and confidence value of the angle between the trailer orientation (corresponding to the x
# * direction of the ISO 8855 [21] coordinate system centered on the trailer) and the direction of
# * the segment having as end points the reference point of the trailer and the reference point of
# * the pulling vehicle, which can be another trailer or a vehicle looking on the horizontal plane
# * xy, described in the local Cartesian coordinate system of the trailer. The
# * angle is measured with negative values considering the trailer orientation turning clockwise
# * starting from the segment direction. The angle value accuracy is provided with the
# * confidence level of 95 %.
# *
# * @category: Vehicle information
# * @revision: Created in V2.1.1
#

Identifier1B ref_point_id

StandardLength1B hitch_point_offset

StandardLength1B front_overhang
bool front_overhang_is_present

StandardLength1B rear_overhang
bool rear_overhang_is_present

VehicleWidth trailer_width
bool trailer_width_is_present

CartesianAngle hitch_angle