Skip to main content

AVxcelerate Sensors Simulator API 2025 R1

vss::feedback_control::FeedbackControlDescription Struct Reference

Last update: 14.01.2025

This message is used to update one or several parameters of a sensor during the simulation. More...

Collaboration diagram for vss::feedback_control::FeedbackControlDescription:

Public Attributes

string sensor_id = 1
 
FeedbackControlCameraParameters feedback_control_camera_parameters = 2
 
FeedbackControlRadarParameters feedback_control_radar_parameters = 3
 
FeedbackControlLidarParameters feedback_control_lidar_parameters = 4
 
SensorProtectionEnabler enable_sensor_protection = 5
 

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

◆ 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.

◆ 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_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.

◆ 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.

◆ enable_sensor_protection

SensorProtectionEnabler vss::feedback_control::FeedbackControlDescription::enable_sensor_protection = 5

Enables IP protection for the sensor. When IP protection is enabled for a radar, no waveform report is generated for this radar. This has no effect on any other sensor.


The documentation for this struct was generated from the following file:
  • feedback_control_description.proto

Connect with Ansys