ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore::adore_if_carla::Clock2Simtime Class Reference
Collaboration diagram for adore::adore_if_carla::Clock2Simtime:
Collaboration graph

Public Member Functions

 Clock2Simtime ()
 
void init (int argc, char **argv, double rate, std::string nodename)
 
void run ()
 

Private Member Functions

void initSim ()
 
ros::NodeHandle * getRosNodeHandle ()
 
void initROSConnections ()
 
void receiveClockTime (const rosgraph_msgs::ClockConstPtr &in_msg)
 

Private Attributes

ros::Subscriber subscriber_
 
ros::Publisher publisher_
 
ros::NodeHandle * n_
 

Constructor & Destructor Documentation

◆ Clock2Simtime()

adore::adore_if_carla::Clock2Simtime::Clock2Simtime ( )
inline

Member Function Documentation

◆ getRosNodeHandle()

ros::NodeHandle* adore::adore_if_carla::Clock2Simtime::getRosNodeHandle ( )
inlineprivate
Here is the caller graph for this function:

◆ init()

void adore::adore_if_carla::Clock2Simtime::init ( int  argc,
char **  argv,
double  rate,
std::string  nodename 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initROSConnections()

void adore::adore_if_carla::Clock2Simtime::initROSConnections ( )
inlineprivate
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initSim()

void adore::adore_if_carla::Clock2Simtime::initSim ( )
inlineprivate
Here is the caller graph for this function:

◆ receiveClockTime()

void adore::adore_if_carla::Clock2Simtime::receiveClockTime ( const rosgraph_msgs::ClockConstPtr &  in_msg)
inlineprivate
Here is the caller graph for this function:

◆ run()

void adore::adore_if_carla::Clock2Simtime::run ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ n_

ros::NodeHandle* adore::adore_if_carla::Clock2Simtime::n_
private

◆ publisher_

ros::Publisher adore::adore_if_carla::Clock2Simtime::publisher_
private

◆ subscriber_

ros::Subscriber adore::adore_if_carla::Clock2Simtime::subscriber_
private

The documentation for this class was generated from the following file: