ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
vehiclestate2adore.cpp File Reference
#include <iostream>
#include <thread>
#include <cstdlib>
#include <nav_msgs/Odometry.h>
#include <carla_msgs/CarlaEgoVehicleStatus.h>
#include <carla_msgs/CarlaEgoVehicleInfo.h>
#include <sensor_msgs/Imu.h>
#include <ros/ros.h>
#include <std_msgs/Bool.h>
#include <std_msgs/Float32.h>
#include <std_msgs/Int8.h>
Include dependency graph for vehiclestate2adore.cpp:

Classes

class  adore::adore_if_carla::VehicleState2Adore
 

Namespaces

 adore
 
 adore::adore_if_carla
 

Functions

void kbinput ()
 
int main (int argc, char **argv)
 

Variables

adore::adore_if_carla::VehicleState2Adore vehiclestate2adore
 
bool terminated = false
 

Function Documentation

◆ kbinput()

void kbinput ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)
Here is the call graph for this function:

Variable Documentation

◆ terminated

bool terminated = false

◆ vehiclestate2adore