The main segmentation node. More...
#include "rail_segmentation/Segmenter.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
The main segmentation node.
The segmenter is responsible for segmenting clusters from a point cloud topic. Visualization and data latched topics are published after each request. A persistent array of objects is maintained internally.
Definition in file rail_segmentation.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Creates and runs the rail_segmentation node.
| argc | argument count that is passed to ros::init. |
| argv | arguments that are passed to ros::init. |
Definition at line 24 of file rail_segmentation.cpp.