A registered detection. 更多...
#include <ObstacleDetectionEvent.h>
Public 成员函数 | |
SharedPtr< client::Actor > | GetActor () const |
Get "self" actor. Actor that measured the collision. | |
float | GetDistance () const |
Get obstacle distance. | |
SharedPtr< client::Actor > | GetOtherActor () const |
Get the actor to which we collided. | |
Public 成员函数 继承自 carla::sensor::SensorData | |
size_t | GetFrame () const |
Frame count when the data was generated. | |
const rpc::Transform & | GetSensorTransform () const |
Sensor's transform when the data was generated. | |
double | GetTimestamp () const |
Simulation-time when the data was generated. | |
virtual | ~SensorData ()=default |
Protected 类型 | |
using | Serializer = s11n::ObstacleDetectionEventSerializer |
Protected 成员函数 | |
ObstacleDetectionEvent (const RawData &data) | |
Protected 成员函数 继承自 carla::sensor::SensorData | |
const auto & | GetEpisode () const |
SensorData (const RawData &data) | |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
friend | Serializer |
Private 类型 | |
using | Super = SensorData |
Private 属性 | |
float | _distance |
client::detail::ActorVariant | _other_actor |
client::detail::ActorVariant | _self_actor |
A registered detection.
在文件 ObstacleDetectionEvent.h 第 20 行定义.
|
protected |
在文件 ObstacleDetectionEvent.h 第 24 行定义.
|
private |
在文件 ObstacleDetectionEvent.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 ObstacleDetectionEvent.h 第 28 行定义.
引用了 _distance, _other_actor, _self_actor , 以及 carla::sensor::s11n::ObstacleDetectionEventSerializer::DeserializeRawData().
|
inline |
Get "self" actor. Actor that measured the collision.
在文件 ObstacleDetectionEvent.h 第 41 行定义.
引用了 _self_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().
|
inline |
|
inline |
Get the actor to which we collided.
在文件 ObstacleDetectionEvent.h 第 46 行定义.
引用了 _other_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().
|
private |
在文件 ObstacleDetectionEvent.h 第 61 行定义.
被这些函数引用 GetDistance() , 以及 ObstacleDetectionEvent().
|
private |
在文件 ObstacleDetectionEvent.h 第 59 行定义.
被这些函数引用 GetOtherActor() , 以及 ObstacleDetectionEvent().
|
private |
在文件 ObstacleDetectionEvent.h 第 57 行定义.
被这些函数引用 GetActor() , 以及 ObstacleDetectionEvent().
|
protected |
在文件 ObstacleDetectionEvent.h 第 26 行定义.