publish_mit_logs.h
Go to the documentation of this file.
1 /**************************************************************************************************
2  Software License Agreement (BSD License)
3 
4  Copyright (c) 2011-2013, LAR toolkit developers - University of Aveiro - http://lars.mec.ua.pt
5  All rights reserved.
6 
7  Redistribution and use in source and binary forms, with or without modification, are permitted
8  provided that the following conditions are met:
9 
10  *Redistributions of source code must retain the above copyright notice, this list of
11  conditions and the following disclaimer.
12  *Redistributions in binary form must reproduce the above copyright notice, this list of
13  conditions and the following disclaimer in the documentation and/or other materials provided
14  with the distribution.
15  *Neither the name of the University of Aveiro nor the names of its contributors may be used to
16  endorse or promote products derived from this software without specific prior written permission.
17 
18  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
19  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20  FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
21  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
24  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
25  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 ***************************************************************************************************/
33 #ifndef _READ_VELODYNE_H_
34 #define _READ_VELODYNE_H_
35 
36 //####################################################################
37 // Includes:
38 //####################################################################
39 
40 #include <ros/ros.h>
41 //#include <pcl/point_cloud.h>
42 #include <sensor_msgs/PointCloud2.h>
43 //#include <pcl/point_types.h>
44 //#include <ros/ros.h>
45 // PCL specific includes
46  #include <pcl/conversions.h>
47  #include <pcl/point_cloud.h>
48  #include <pcl/point_types.h>
49 
50 #include <signal.h>
51 
52 
53 #include <stdio.h>
54 #include <stdlib.h>
55 #include <string.h>
56 
57 #include "config.h"
58 #include "config_util.h"
59 #include "eventlog.h"
60 #include "lcmtypes_velodyne_t.h"
61 #include "lcmtypes_image_t.h"
62 #include "lcmtypes_pose_t.h"
63 #include "small_linalg.h"
64 #include "velodyne.h"
65 
66 #include <visualization_msgs/Marker.h>
67 #include <geometry_msgs/PoseStamped.h>
68 
69 #include <cmath>
70 
71 #include <iostream>
72 #include <pcl/ModelCoefficients.h>
73 #include <pcl/io/pcd_io.h>
74 #include <pcl/point_types.h>
75 #include <pcl/sample_consensus/method_types.h>
76 #include <pcl/sample_consensus/model_types.h>
77 #include <pcl/segmentation/sac_segmentation.h>
78 #include <pcl/features/normal_3d.h>
79 #include <pcl/ModelCoefficients.h>
80 #include <pcl/io/pcd_io.h>
81 #include <pcl/point_types.h>
82 #include <pcl/features/normal_3d.h>
83 #include <pcl/filters/extract_indices.h>
84 #include <pcl/filters/passthrough.h>
85 #include <pcl/sample_consensus/method_types.h>
86 #include <pcl/sample_consensus/model_types.h>
87 #include <pcl/segmentation/sac_segmentation.h>
88 #include <pcl/filters/project_inliers.h>
89 
90 
91 #include <pcl/filters/extract_indices.h>
92 #include <pcl/surface/convex_hull.h>
93 
94 #include <pcl/ModelCoefficients.h>
95 #include <pcl/point_types.h>
96 #include <pcl/io/pcd_io.h>
97 #include <pcl/features/normal_3d.h>
98 #include <pcl/filters/extract_indices.h>
99 #include <pcl/filters/voxel_grid.h>
100 #include <pcl/kdtree/kdtree.h>
101 #include <pcl/sample_consensus/method_types.h>
102 #include <pcl/sample_consensus/model_types.h>
103 #include <pcl/segmentation/sac_segmentation.h>
104 #include <pcl/segmentation/extract_clusters.h>
105 
106 //#include <pcl/io/pcd_io.h>
107 
108 //#include "tp.h"
109 #include <pcl/conversions.h>
110 #include <pcl/point_cloud.h>
111 #include <pcl/point_types.h>
112 #include <pcl_ros/point_cloud.h>
113 
114 #include "config_util.h"
115 #include "rotations.h"
116 #include "pcl_ros/transforms.h"
117 
118 #include <image_transport/image_transport.h>
119 #include <sensor_msgs/image_encodings.h>
120 #include <opencv/cv.h>
121 #include <opencv/highgui.h>
122 
123 // #include <cv_bridge/CvBridge.h>
124 #include <cv_bridge/cv_bridge.h>
125 #include <tf/transform_broadcaster.h>
126 #include <Eigen/Geometry>
127 
128 
129 #define PFLN {printf("DEBUG PRINT FILE %s LINE %d\n",__FILE__,__LINE__);}
130 
131 
132 
133 
134 #endif
135 
convenience functions for small linear algebra operations
header file to config.cpp Check the LCM instructions for more info
THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY BY HAND!! Generated by LCM.
header file for eventlog.cpp Check the LCM instructions for more info
header file with velodyne types
THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY BY HAND!! Generated by LCM.
header file for rotations.cpp Transformation utilities
header file for config_util.cpp Check the LCM instructions for more info
THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY BY HAND!! Generated by LCM.


mit_darpa_logs_player
Author(s): Miguel Oliveira
autogenerated on Mon Mar 2 2015 01:32:15