$darkmode
Public Member Functions | |
| SimulatorSensorMockup (const uint16_t &id, const SensorMockupConfig &sensor_mockup_config) | |
| void | process_ego_vehicles () |
| void | process_sensed_objects () |
| void | process () |
| const cloe::Objects & | get_world_objects () const |
| const cloe::Objects & | get_ego_objects () const |
| const cloe::Object & | get_object (const cloe::Objects &objects) const |
| const cloe::Object & | get_world_object () const |
| const cloe::Object & | get_ego_object () const |
Friends | |
| void | to_json (cloe::Json &j, const SimulatorSensorMockup &b) |
The SimulatorSensorMockup class provides dummy values for the World sensor and Ego sensor. The Ego Sensor values are provided with respect to the Cloe frame (center of the rear axle). The world sensor values are provided relative to the sensor mounting position.
|
friend |
Serialize World into JSON.
This is required for the ToJson handler that is used in the enroll method.