VamParameters
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 ---------------------------------------------------------
# VamParameters ::= SEQUENCE {
# basicContainer BasicContainer,
# vruHighFrequencyContainer VruHighFrequencyContainer,
# vruLowFrequencyContainer VruLowFrequencyContainer OPTIONAL,
# vruClusterInformationContainer VruClusterInformationContainer OPTIONAL,
# vruClusterOperationContainer VruClusterOperationContainer OPTIONAL,
# vruMotionPredictionContainer VruMotionPredictionContainer OPTIONAL,
# ...
# }
# ------------------------------------------------------------------------------
# *
# * @details VamParameters
# * The VAM payload includes the @ref BasicContainer and @ref VruHighFrequencyContainer.
# * The VAM payload may also include additional containers: @ref VruLowFrequencyContainer,
# * @ref VruClusterInformationContainer, @ref VruClusterOperationContainer and @ref VruMotionPredictionContainer.
# * The selection of the additional containers depends on the dissemination criteria,
# * e.g. _vruCluster_ or _MotionDynamicPrediction_ availability.
# *
# * @category: Communication information
# * @revision: V2.2.1
#*
BasicContainer basic_container
VruHighFrequencyContainer vru_high_frequency_container
VruLowFrequencyContainer vru_low_frequency_container
bool vru_low_frequency_container_is_present
VruClusterInformationContainer vru_cluster_information_container
bool vru_cluster_information_container_is_present
VruClusterOperationContainer vru_cluster_operation_container
bool vru_cluster_operation_container_is_present
VruMotionPredictionContainer vru_motion_prediction_container
bool vru_motion_prediction_container_is_present