CARLA
Classes | Namespaces | Typedefs | Enumerations
WalkerEvent.h File Reference
#include <boost/variant2/variant.hpp>
#include "carla/rpc/ActorId.h"
+ Include dependency graph for WalkerEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  carla::nav::WalkerEventIgnore
 empty event that just ignores More...
 
struct  carla::nav::WalkerEventStopAndCheck
 event to pause and check for near vehicles More...
 
class  carla::nav::WalkerEventVisitor
 visitor class More...
 
struct  carla::nav::WalkerEventWait
 event to wait for a while More...
 

Namespaces

 carla
 This file contains definitions of common data structures used in traffic manager.
 
 carla::nav
 

Typedefs

using carla::nav::WalkerEvent = boost::variant2::variant< WalkerEventIgnore, WalkerEventWait, WalkerEventStopAndCheck >
 walker event variant More...
 

Enumerations

enum  carla::nav::EventResult : uint8_t { carla::nav::EventResult::Continue, carla::nav::EventResult::End, carla::nav::EventResult::TimeOut }
 result of an event More...