gazebo_lidar_plugin.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012-2014 Open Source Robotics Foundation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16 */
17 /*
18  * Desc: Ray Plugin
19  * Author: Nate Koenig mod by John Hsu
20  */
21 
22 #ifndef _GAZEBO_RAY_PLUGIN_HH_
23 #define _GAZEBO_RAY_PLUGIN_HH_
24 
25 #include "gazebo/common/Plugin.hh"
26 #include "gazebo/sensors/SensorTypes.hh"
27 #include "gazebo/sensors/RaySensor.hh"
28 #include "gazebo/util/system.hh"
29 
30 #include "Lidar.pb.h"
31 
32 namespace gazebo
33 {
35  class GAZEBO_VISIBLE GazeboLidarPlugin : public SensorPlugin
36  {
38  public: GazeboLidarPlugin();
39 
41  public: virtual ~GazeboLidarPlugin();
42 
44  public: virtual void OnNewLaserScans();
45 
48  public: void Load(sensors::SensorPtr _parent, sdf::ElementPtr _sdf);
49 
51  protected: physics::WorldPtr world;
52 
54  private:
55  sensors::RaySensorPtr parentSensor;
56  transport::NodePtr node_handle_;
57  transport::PublisherPtr lidar_pub_;
58  std::string namespace_;
59 
60 
62  private:
63  event::ConnectionPtr newLaserScansConnection;
64  lidar_msgs::msgs::lidar lidar_message;
65  };
66 }
67 #endif
sensors::RaySensorPtr parentSensor
The parent sensor.
transport::NodePtr node_handle_
physics::WorldPtr world
Pointer to parent.
A Gazebo LIDAR plugin.
event::ConnectionPtr newLaserScansConnection
The connection tied to RayPlugin::OnNewLaserScans()
transport::PublisherPtr lidar_pub_
lidar_msgs::msgs::lidar lidar_message


rotors_gazebo_plugins
Author(s): Fadri Furrer, Michael Burri, Mina Kamel, Janosch Nikolic, Markus Achtelik
autogenerated on Mon Feb 28 2022 23:39:03