SharedPtr< client::Actor > Get(EpisodeProxy episode) const
包装一个传感器生成的原始数据以及一些有用的元信息。
const auto & GetEpisode() const
SensorData(size_t frame, double timestamp, const rpc::Transform &sensor_transform)
SharedPtr< client::Actor > GetActor() const
SharedPtr< client::Actor > GetOtherActor() const
client::detail::ActorVariant _self_actor
float GetDistance() const
client::detail::ActorVariant _other_actor
ObstacleDetectionEvent(const RawData &data)
Serializes the current state of the whole episode.
static Data DeserializeRawData(const RawData &message)
boost::shared_ptr< T > SharedPtr
使用这个SharedPtr(boost::shared_ptr)以保持与boost::python的兼容性, 但未来如果可能的话,我们希望能为std::shared_ptr制作一个Python适配器。