#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <pthread.h>
#include <thread>
#include <arpa/inet.h>
#include <opencv2/opencv.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <octomap/octomap.h>
#include "../include/eigen/Eigen/Dense"
#include "../include/eigen/Eigen/src/Geometry/Quaternion.h"
#include "../include/se2/se2.h"
#include "global.h"
Go to the source code of this file.
◆ PORT
◆ free_voxel_porject_height
◆ map_cellsize
const float map_cellsize = 0.05 |
◆ map_cols
const int map_cols = 1200 |
◆ map_rows
const int map_rows = 1200 |
◆ project_max_height
const double project_max_height = 1.5 |
◆ project_min_height
const double project_min_height = 0.15 |
◆ xmax_oc_g
const float xmax_oc_g = 30 |
◆ xmin_oc_g
const float xmin_oc_g = -30 |
◆ zmax_oc_g
const float zmax_oc_g = 30 |
◆ zmin_oc_g
const float zmin_oc_g = -30 |