Skip to main content

AVxcelerate Sensors Simulator API 2023 R2

vss::simulation::PbCameraSimulation Struct Reference

Last update: 16.07.2025

Describes the simulation parameters for a physics-based camera. More...

Collaboration diagram for vss::simulation::PbCameraSimulation:

Public Attributes

RenderingParameters rendering_parameters = 1
 
CameraGroundTruthParameters camera_ground_truth_parameters = 2 [deprecated = true]
 
string gpu_name = 3
 

Detailed Description

Describes the simulation parameters for a physics-based camera.

Member Data Documentation

◆ camera_ground_truth_parameters

CameraGroundTruthParameters vss::simulation::PbCameraSimulation::camera_ground_truth_parameters = 2 [deprecated = true]

Activation of ground truth output production that can be used to test or train a perception algorithm.

Warning
This field is marked deprecated and might be removed in later versions. Consider using RealTimeParameters.camera_ground_truth_parameters instead.

◆ gpu_name

string vss::simulation::PbCameraSimulation::gpu_name = 3

Specifies the GPU name that should be used for the simulation of this camera sensor

Note
The GPU name must correspond an existing name set in the GpuIdentifier in a deploy or local host in the deploy configuration.

◆ rendering_parameters

RenderingParameters vss::simulation::PbCameraSimulation::rendering_parameters = 1

The rendering engine parameters.


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

Connect with Ansys