#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>
#include <string>
#include <vector>
#include <ostream>
#include "ros/serialization.h"
#include "ros/builtin_message_traits.h"
#include "ros/message_operations.h"
#include "ros/message.h"
#include "ros/time.h"
#include "ros/service_traits.h"
#include "geometry_msgs/Point32.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 546 of file fast_region_plane_detector.cpp.