Skip to content

Commit

Permalink
Remove traces of DVL from Example Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oixel committed Feb 18, 2025
1 parent 9de81bf commit d00b50b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef DVL_SENSOR_HH_
#define DVL_SENSOR_HH_
#ifndef EXAMPLE_PLUGIN_HH_
#define EXAMPLE_PLUGIN_HH_

#include <gz/sim/System.hh>


namespace dvl_sensor
namespace example_plugin
{
class ExamplePlugin:
public gz::sim::System,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

// Add plugins to gazebo simulator alongside its dependencies
GZ_ADD_PLUGIN(
dvl_sensor::ExamplePlugin,
example_plugin::ExamplePlugin,
gz::sim::System,
dvl_sensor::ExamplePlugin::ISystemPostUpdate
example_plugin::ExamplePlugin::ISystemPostUpdate
)

using namespace dvl_sensor;
using namespace example_plugin;

ExamplePlugin::ExamplePlugin()
{
Expand Down

0 comments on commit d00b50b

Please sign in to comment.