Takes in several laser scans and publishes them as a single one. More...
#include <pthread.h>
#include <boost/lexical_cast.hpp>
#include <XmlRpc.h>
#include <math.h>
#include <ros/ros.h>
#include <tf/transform_listener.h>
#include <tf/tf.h>
#include <tf/transform_datatypes.h>
#include <sensor_msgs/PointCloud.h>
#include <laser_geometry/laser_geometry.h>
#include <sensor_msgs/LaserScan.h>
Go to the source code of this file.
Classes | |
struct | scan_unifier_node::config_struct |
This structure holds configuration parameters. More... | |
struct | scan_unifier_node::laser_scan_struct |
This structure holds the variables for one laser-scanner to be unified. More... | |
class | scan_unifier_node |
Takes in several laser scans and publishes them as a single one.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file scan_unifier_node.h.