#include <string>
#include <boost/bind.hpp>
#include <boost/thread.hpp>
#include <thread>
#include <sdf/sdf.hh>
#include <ros/ros.h>
#include <ros/advertise_options.h>
#include <sensor_msgs/LaserScan.h>
#include "std_msgs/Float32.h"
#include "sensor_msgs/RegionOfInterest.h"
#include <gazebo/physics/physics.hh>
#include <gazebo/transport/TransportTypes.hh>
#include <gazebo/msgs/MessageTypes.hh>
#include <gazebo/common/Time.hh>
#include <gazebo/common/Plugin.hh>
#include <gazebo/common/Events.hh>
#include <gazebo/sensors/SensorTypes.hh>
#include <gazebo/plugins/GpuRayPlugin.hh>
#include <gazebo_plugins/PubQueue.h>
#include <condition_variable>
Go to the source code of this file.
Classes | |
class | gazebo::LeicaPlugin |
Namespaces | |
gazebo | |
Macros | |
#define | _LEICA_PLUGIN_H |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file leica_plugin.h.
#define _LEICA_PLUGIN_H |
Definition at line 26 of file leica_plugin.h.