refactor naming and fix nodelet export

This commit is contained in:
Paul Bovbel
2015-01-06 13:19:57 -05:00
committed by Paul Bovbel
parent a41d54b3eb
commit a70e770af5
9 changed files with 14 additions and 16 deletions
@@ -38,7 +38,7 @@
* Author: Paul Bovbel
*/
#include <pointcloud_to_laserscan/PointCloudToLaserScanBase.h>
#include <pointcloud_to_laserscan/pointcloud_to_laserscan_base.h>
#include <sensor_msgs/LaserScan.h>
#include <pcl_ros/transforms.h>
#include <math.h>
@@ -39,7 +39,7 @@
*/
#include <ros/ros.h>
#include <pointcloud_to_laserscan/PointCloudToLaserScanBase.h>
#include <pointcloud_to_laserscan/pointcloud_to_laserscan_base.h>
int main(int argc, char **argv){
ros::init(argc, argv, "pointcloud_to_laserscan");
@@ -38,7 +38,7 @@
* Author: Paul Bovbel
*/
#include <pointcloud_to_laserscan/PointCloudToLaserScanBase.h>
#include <pointcloud_to_laserscan/pointcloud_to_laserscan_base.h>
#include <nodelet/nodelet.h>