1 #ifndef _VELODYNE_CONSTANTS_HPP_ 2 #define _VELODYNE_CONSTANTS_HPP_ 10 static const unsigned int VELODYNE_NUM_SHOTS = 12;
11 static const unsigned int VELODYNE_NUM_LASER_CHANNELS = 32;
12 static const unsigned int VELODYNE_ORIENTATION_READINGS = 3;
13 static const unsigned int MIN_SENSING_DISTANCE = 500;
14 static const unsigned int MAX_SENSING_DISTANCE = 35000;
15 static const unsigned int VELODYNE_DATA_MSG_BUFFER_SIZE = 1206;
16 static const unsigned int VELODYNE_POSITIONING_MSG_BUFFER_SIZE = 512;
18 static const unsigned int VELODYNE_DATA_UDP_PORT = 2368;
19 static const unsigned int VELODYNE_POSITIONING_UDP_PORT = 8308;
Definition: velodyneConstants.hpp:26
Definition: velodyneConstants.hpp:36
Definition: velodyneConstants.hpp:38
ReturnMode
Definition: velodyneConstants.hpp:24
Definition: velodyneConstants.hpp:27
Definition: gps_rmc_type.h:6
SensorType
Definition: velodyneConstants.hpp:34
Definition: velodyneConstants.hpp:28
Definition: velodyneConstants.hpp:37