#include <pluginlib/class_list_macros.h>
#include <nodelet/nodelet.h>
#include <ros/ros.h>
#include <velodyne_common/RawScan.h>
#include <velodyne_msgs/VelodyneScan.h>
Go to the source code of this file.
Classes | |
class | ConvertRawScan |
Functions | |
PLUGINLIB_DECLARE_CLASS (velodyne_common, ConvertRawScan, ConvertRawScan, nodelet::Nodelet) |
This ROS nodelet converts old-format velodyne_common/RawScan messages to the new velodyne_msgs/VelodyneScan.
Definition in file convert_rawscan.cc.
PLUGINLIB_DECLARE_CLASS | ( | velodyne_common | , | |
ConvertRawScan | , | |||
ConvertRawScan | , | |||
nodelet::Nodelet | ||||
) |