vss::feedback_control::FeedbackControlDescription Struct Reference
Last update: 16.07.2025This message is used to update one or several parameters of a sensor during the simulation. More...

Detailed Description
This message is used to update one or several parameters of a sensor during the simulation.
Contains the sensor parameters to be updated.
Every time AVX is called with this message, it retrieves the last received values and applies the updates to the sensor model to compute the next output.
- Note
- At least one parameter must be provided at each call.
Member Data Documentation
◆ feedback_control_camera_parameters
| FeedbackControlCameraParameters vss::feedback_control::FeedbackControlDescription::feedback_control_camera_parameters = 2 |
ONEOF(feedback_control_sensor_parameters) This message is used to update a camera parameters during the simulation.
◆ feedback_control_lidar_parameters
| FeedbackControlLidarParameters vss::feedback_control::FeedbackControlDescription::feedback_control_lidar_parameters = 4 |
ONEOF(feedback_control_sensor_parameters) This message is used to update a lidar parameters during the simulation.
◆ feedback_control_radar_parameters
| FeedbackControlRadarParameters vss::feedback_control::FeedbackControlDescription::feedback_control_radar_parameters = 3 |
ONEOF(feedback_control_sensor_parameters) This message is used to update a radar parameters during the simulation.
◆ sensor_id
| string vss::feedback_control::FeedbackControlDescription::sensor_id = 1 |
The identifier of the sensor as defined in the sensor configuration.
- Note
- This identifier is required for each call and must identify a sensor.
The documentation for this struct was generated from the following file:
- feedback_control_description.proto