$search
#include <ros/ros.h>
#include "colors.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This ROS node converts a Velodyne 3D LIDAR PointXYZIR cloud to PointXYZRGB, assigning colors for visualization of the laser rings.
Definition in file ringcolors_node.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Main node entry point.
Definition at line 20 of file ringcolors_node.cc.