#include <ros/ros.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/errno.h>#include <netinet/in.h>#include <netdb.h>#include <string.h>#include <stdio.h>#include <signal.h>#include <stdlib.h>#include <fcntl.h>#include <pcap.h>

Go to the source code of this file.
Interface to Applanix Position and Orientation System for Land Vehicles
Definition in file applanix.h.
| #define APPLANIX_CONTROL_PORT 5601 |
Definition at line 37 of file applanix.h.
| #define APPLANIX_DEFAULT_IP "192.168.1.25" |
Definition at line 43 of file applanix.h.
| #define APPLANIX_DISPLAY_PORT 5600 |
Definition at line 36 of file applanix.h.
| #define APPLANIX_LOGDATA_PORT 5603 |
Definition at line 39 of file applanix.h.
| #define APPLANIX_MAXMSGSIZE 6000 |
Definition at line 41 of file applanix.h.
| #define APPLANIX_NMEA_DEG_PER_BIT 0.0054931640625 |
Definition at line 45 of file applanix.h.
| #define APPLANIX_RTDATA_PORT 5602 |
Definition at line 38 of file applanix.h.
| typedef struct GRP1DATA_MSG_ GRP1DATA_MSG |
| typedef struct GRP4DATA_MSG_ GRP4DATA_MSG |
| typedef struct GRPFTR_MSG_ GRPFTR_MSG |
| typedef struct GRPHDR_MSG_ GRPHDR_MSG |
| ApplStatusFull | |
| ApplStatusFine | |
| ApplStatusGcChi2 | |
| ApplStatusPcChi2 | |
| ApplStatusGcChi1 | |
| ApplStatusPcChi1 | |
| ApplStatusCoarse | |
| ApplStatusInitial | |
| ApplStatusInvalid |
Definition at line 60 of file applanix.h.