$search
#include <ros/ros.h>
#include "transform.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This ROS node transforms raw Velodyne LIDAR packets to PointCloud2 in the /odom frame of reference.
Definition in file transform_node.cc.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Main node entry point.
Definition at line 19 of file transform_node.cc.