#include <ros/ros.h>#include <ros/console.h>#include <lama_msgs/Crossing.h>#include <lama_msgs/PlaceProfile.h>#include <crossing_detector/crossing_detector.h>#include <crossing_detector/DetectCrossing.h>
Go to the source code of this file.
Functions | |
| bool | detect_crossing_callback (crossing_detector::DetectCrossing::Request &req, crossing_detector::DetectCrossing::Response &res) |
| int | main (int argc, char *argv[]) |
Variables | |
| crossing_detector::CrossingDetector * | detector |
| bool detect_crossing_callback | ( | crossing_detector::DetectCrossing::Request & | req, |
| crossing_detector::DetectCrossing::Response & | res | ||
| ) |
Definition at line 12 of file crossing_detector_server.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 21 of file crossing_detector_server.cpp.
Definition at line 10 of file crossing_detector_server.cpp.