CustomSensorConfigPlugin.h
Go to the documentation of this file.
1 #ifndef GAZEBO_CUSTOM_SENSOR_PRELOADER_CUSTOMSENSORCONFIGPLUGIN_H
2 #define GAZEBO_CUSTOM_SENSOR_PRELOADER_CUSTOMSENSORCONFIGPLUGIN_H
3 
4 #include <gazebo/common/Plugin.hh>
5 
6 namespace gazebo
7 {
8 
9 class CustomSensorConfigPlugin : public SensorPlugin
10 {
11  public: void Load(sensors::SensorPtr _sensor, sdf::ElementPtr _sdf) override;
12 };
13 
14 }
15 
16 #endif //GAZEBO_CUSTOM_SENSOR_PRELOADER_CUSTOMSENSORCONFIGPLUGIN_H
gazebo
gazebo::CustomSensorConfigPlugin
Definition: CustomSensorConfigPlugin.h:9
gazebo::CustomSensorConfigPlugin::Load
void Load(sensors::SensorPtr _sensor, sdf::ElementPtr _sdf) override
Definition: CustomSensorConfigPlugin.cpp:6


gazebo_custom_sensor_preloader
Author(s): Martin Pecka
autogenerated on Sun Sep 3 2023 02:35:25