Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
#include "ros/ros.h"
#include <cav_srvs/PlanTrajectory.h>
Go to the source code of this file.
Functions | |
bool | callback (cav_srvs::PlanTrajectory::Request &req, cav_srvs::PlanTrajectory::Response &res) |
int | main (int argc, char **argv) |
bool callback | ( | cav_srvs::PlanTrajectory::Request & | req, |
cav_srvs::PlanTrajectory::Response & | res | ||
) |
Definition at line 21 of file helper.cpp.
Referenced by main(), carma_wm::WMListener::setMapCallback(), carma_wm::WMListenerWorker::setMapCallback(), carma_wm::WMListener::setRouteCallback(), and carma_wm::WMListenerWorker::setRouteCallback().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file helper.cpp.
References callback().