#include <sensors_simulator.h>
◆ SensorsChangedCallback
◆ SensorsSimulator()
| cuttlefish::sensors::SensorsSimulator::SensorsSimulator |
( |
bool |
is_auto | ) |
|
◆ GetSensorsData()
| std::string cuttlefish::sensors::SensorsSimulator::GetSensorsData |
( |
SensorsMask |
mask | ) |
|
◆ NotifySensorsChanged()
| void cuttlefish::sensors::SensorsSimulator::NotifySensorsChanged |
( |
SensorsMask |
changed | ) |
|
|
private |
◆ SetHingeAngle()
| void cuttlefish::sensors::SensorsSimulator::SetHingeAngle |
( |
float |
angle | ) |
|
◆ SetMotion()
| void cuttlefish::sensors::SensorsSimulator::SetMotion |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ SetSensorsChangedCallback()
◆ current_rotation_matrix_
| Eigen::Matrix3d cuttlefish::sensors::SensorsSimulator::current_rotation_matrix_ |
|
private |
◆ is_auto_
| bool cuttlefish::sensors::SensorsSimulator::is_auto_ |
|
private |
◆ last_event_timestamp_
| std::chrono::time_point<std::chrono::high_resolution_clock> cuttlefish::sensors::SensorsSimulator::last_event_timestamp_ |
|
private |
◆ sensors_changed_callback_
◆ sensors_changed_mask_
| SensorsMask cuttlefish::sensors::SensorsSimulator::sensors_changed_mask_ = 0 |
|
private |
◆ sensors_data_
◆ sensors_data_mtx_
| std::mutex cuttlefish::sensors::SensorsSimulator::sensors_data_mtx_ |
|
private |
The documentation for this class was generated from the following files: