#include <ros/ros.h>
#include <std_msgs/String.h>
#include <sensor_msgs/CameraInfo.h>
#include <stereo_msgs/DisparityImage.h>
#include <fast_plane_detection/Plane.h>
#include <visualization_msgs/Marker.h>
#include <tf/transform_listener.h>
#include "fast_plane_detector/plane_detection.h"
#include "fast_plane_detector/plane_transform.h"
#include "fast_plane_detector/timercpu.h"
#include "fast_plane_detector/utils.h"
#include <fast_plane_detection/SetPosition.h>
Go to the source code of this file.
Classes | |
class | fast_plane_detection::FastRegionPlaneDetector |
Namespaces | |
namespace | fast_plane_detection |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Fast plane detection node
Definition at line 464 of file fast_region_plane_detector_jeanette.cpp.