#include <ros/ros.h>
#include <fast_plane_detection/Plane.h>
#include <fast_plane_detection/PlaneInRegion.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/Vector3Stamped.h"
#include <fast_plane_detector/utils.h>
#include <visualization_msgs/Marker.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Init the node and give it a name.
Publisher to Plane Parameters
Definition at line 43 of file fast_plane_detector_client.cpp.