CustomSensorConfigPlugin.cpp
Go to the documentation of this file.
2 
3 namespace gazebo
4 {
5 
6 void CustomSensorConfigPlugin::Load(sensors::SensorPtr _sensor, sdf::ElementPtr _sdf)
7 {
8  // we don't need to do anything here; all this plugin serves for is being a
9  // container for configuration options of a custom sensor
10 }
11 
12 }
13 
14 GZ_REGISTER_SENSOR_PLUGIN(gazebo::CustomSensorConfigPlugin)
gazebo
gazebo::CustomSensorConfigPlugin
Definition: CustomSensorConfigPlugin.h:9
CustomSensorConfigPlugin.h
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