#include <ros/ros.h>#include <art_msgs/GpsInfo.h>#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "std_msgs/Header.h"#include <boost/thread/mutex.hpp>

Go to the source code of this file.
Defines | |
| #define | NODE "getpoints" |
Enumerations | |
| enum | |
Functions | |
| void | getGpsData (const art_msgs::GpsInfo &gpsInfo) |
| int | getInstruction () |
| int | main (int argc, char **argv) |
| #define NODE "getpoints" |
Definition at line 5 of file getpoints.cc.
| anonymous enum |
Definition at line 12 of file getpoints.cc.
| void getGpsData | ( | const art_msgs::GpsInfo & | gpsInfo | ) |
Definition at line 56 of file getpoints.cc.
| int getInstruction | ( | ) |
Definition at line 27 of file getpoints.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 63 of file getpoints.cc.