CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Protected 类型 | Protected 成员函数 | Protected 属性 | Private 类型 | Private 属性 | 所有成员列表
carla::sensor::data::CollisionEvent类 参考

A registered collision. 更多...

#include <CollisionEvent.h>

+ 类 carla::sensor::data::CollisionEvent 继承关系图:
+ carla::sensor::data::CollisionEvent 的协作图:

Public 成员函数

SharedPtr< client::ActorGetActor () const
 Get "self" actor. Actor that measured the collision.
 
const geom::Vector3DGetNormalImpulse () const
 Normal impulse result of the collision.
 
SharedPtr< client::ActorGetOtherActor () 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::TransformGetSensorTransform () 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::CollisionEventSerializer
 

Protected 成员函数

 CollisionEvent (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 属性

geom::Vector3D _normal_impulse
 
client::detail::ActorVariant _other_actor
 
client::detail::ActorVariant _self_actor
 

详细描述

A registered collision.

在文件 CollisionEvent.h20 行定义.

成员类型定义说明

◆ Serializer

在文件 CollisionEvent.h24 行定义.

◆ Super

在文件 CollisionEvent.h21 行定义.

构造及析构函数说明

◆ CollisionEvent()

carla::sensor::data::CollisionEvent::CollisionEvent ( const RawData & data)
inlineexplicitprotected

在文件 CollisionEvent.h28 行定义.

成员函数说明

◆ GetActor()

SharedPtr< client::Actor > carla::sensor::data::CollisionEvent::GetActor ( ) const
inline

Get "self" actor. Actor that measured the collision.

在文件 CollisionEvent.h37 行定义.

引用了 _self_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().

+ 函数调用图:

◆ GetNormalImpulse()

const geom::Vector3D & carla::sensor::data::CollisionEvent::GetNormalImpulse ( ) const
inline

Normal impulse result of the collision.

在文件 CollisionEvent.h47 行定义.

引用了 _normal_impulse.

◆ GetOtherActor()

SharedPtr< client::Actor > carla::sensor::data::CollisionEvent::GetOtherActor ( ) const
inline

Get the actor to which we collided.

在文件 CollisionEvent.h42 行定义.

引用了 _other_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().

+ 函数调用图:

类成员变量说明

◆ _normal_impulse

geom::Vector3D carla::sensor::data::CollisionEvent::_normal_impulse
private

在文件 CollisionEvent.h57 行定义.

被这些函数引用 GetNormalImpulse().

◆ _other_actor

client::detail::ActorVariant carla::sensor::data::CollisionEvent::_other_actor
private

在文件 CollisionEvent.h55 行定义.

被这些函数引用 GetOtherActor().

◆ _self_actor

client::detail::ActorVariant carla::sensor::data::CollisionEvent::_self_actor
private

在文件 CollisionEvent.h53 行定义.

被这些函数引用 GetActor().

◆ Serializer

在文件 CollisionEvent.h26 行定义.


该类的文档由以下文件生成: