applanix.h File Reference
#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.
Detailed Description
Interface to Applanix Position and Orientation System for Land Vehicles
- Author:
- Jack O'Quin, Alberto Alonso
Definition in file applanix.h.
Define Documentation
| #define APPLANIX_CONTROL_PORT 5601 |
| #define APPLANIX_DEFAULT_IP "192.168.1.25" |
| #define APPLANIX_DISPLAY_PORT 5600 |
| #define APPLANIX_LOGDATA_PORT 5603 |
| #define APPLANIX_MAXMSGSIZE 6000 |
| #define APPLANIX_NMEA_DEG_PER_BIT 0.0054931640625 |
| #define APPLANIX_RTDATA_PORT 5602 |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
| ApplStatusFull |
|
| ApplStatusFine |
|
| ApplStatusGcChi2 |
|
| ApplStatusPcChi2 |
|
| ApplStatusGcChi1 |
|
| ApplStatusPcChi1 |
|
| ApplStatusCoarse |
|
| ApplStatusInitial |
|
| ApplStatusInvalid |
|
Definition at line 60 of file applanix.h.