表示给定帧处剧集的状态。 更多...
#include <RawEpisodeState.h>
Protected 类型 | |
using | Serializer = s11n::EpisodeStateSerializer |
Protected 成员函数 | |
RawEpisodeState (RawData &&data) | |
![]() | |
Array (RawData &&data, FuncT get_offset) | |
Array (size_t offset, RawData &&data) | |
const RawData & | GetRawData () const |
![]() | |
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 = Array< ActorDynamicState > |
Private 成员函数 | |
auto | GetHeader () const |
额外继承的成员函数 | |
![]() | |
using | const_iterator = typename std::add_const< value_type >::type * |
using | const_pointer = typename std::add_const< value_type >::type * |
using | const_reference = typename std::add_const< value_type >::type & |
using | const_reverse_iterator = std::reverse_iterator< const_iterator > |
using | iterator = value_type * |
using | pointer = value_type * |
using | reference = value_type & |
using | reverse_iterator = std::reverse_iterator< iterator > |
using | size_type = size_t |
using | value_type = ActorDynamicState |
表示给定帧处剧集的状态。
在文件 RawEpisodeState.h 第 20 行定义.
|
protected |
在文件 RawEpisodeState.h 第 25 行定义.
|
private |
在文件 RawEpisodeState.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 RawEpisodeState.h 第 31 行定义.
|
inline |
|
inline |
|
inline |
模拟时间戳,即从当前剧集开始到现在经过的模拟秒数。
在文件 RawEpisodeState.h 第 49 行定义.
引用了 carla::sensor::SensorData::GetTimestamp().
|
inlineprivate |
在文件 RawEpisodeState.h 第 37 行定义.
引用了 carla::sensor::s11n::EpisodeStateSerializer::DeserializeHeader() , 以及 carla::sensor::data::Array< ActorDynamicState >::GetRawData().
被这些函数引用 GetDeltaSeconds(), GetEpisodeId(), GetMapOrigin(), GetPlatformTimeStamp() , 以及 GetSimulationState().
|
inline |
|
inline |
|
inline |
|
protected |
在文件 RawEpisodeState.h 第 28 行定义.