Setting Simulation Parameters for a Radar
The following procedure helps you configure the simulation parameters for a radar sensor in the simulation parameters JSON file.
In this procedure many steps are optional because most of the radar simulation parameters are optional.
The optional parameters without default values are optional parameters both in the JSON file and for the simulation.
The optional parameters with default values are optional in the JSON but required for the simulation. When such parameters are not present in the JSON file, the default value will apply.
For more details about each parameter, see Radar Simulation Parameters.
To set the simulations parameters for a radar:
You have prepared the simulation parameters json file.
Use the reader function on
your *.sencfgx file to:
- get the ID of the sensor (which corresponds to the name given for the sensor in the sensor layout (*.sencfgx file).
- make sure that the sensor is compatible with AVX and executable in AVX simulation.
1 If there are multiple tags belonging to the
same hierarchy of objects, the ray spacing value assigned to a
child-node tag must be less than or equal to the ray spacing
value of the parent-node tag. If the child-node tag has a ray
spacing value that is greater than that of its parent node, the
associated ray spacing value will be lowered to match that of
the parent node. For example, if an object tagged as "vehicle"
contains a child node tagged as "body", and the "vehicle" ray
spacing value (0.01) is greater than the "body" ray spacing
value (0.1), the ray spacing value of "body" will be lowered to
0.01 to match the value assigned to the "vehicle" tag.