Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 2008106

Browse files
committed
Port pr #2748 to gazebo9 branch
1 parent 821739a commit 2008106

3 files changed

+3
-3
lines changed

plugins/SimpleTrackedVehiclePlugin.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace gazebo {
6060
/// <collide_without_contact_bitmask> Collision bitmask that will be set to
6161
/// the whole vehicle (default is 1u).
6262

63-
class SimpleTrackedVehiclePlugin :
63+
class GZ_PLUGIN_VISIBLE SimpleTrackedVehiclePlugin :
6464
public TrackedVehiclePlugin
6565
{
6666
public: SimpleTrackedVehiclePlugin() = default;

plugins/TrackedVehiclePlugin.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace gazebo
7676
/// definition are used.
7777
/// <robot_namespace> Namespace used as a prefix for gazebo topic names.
7878
/// Default is the name of the model.
79-
class TrackedVehiclePlugin : public ModelPlugin
79+
class GZ_PLUGIN_VISIBLE TrackedVehiclePlugin : public ModelPlugin
8080
{
8181
/// \brief Default Contstuctor
8282
public: TrackedVehiclePlugin();

plugins/WheelTrackedVehiclePlugin.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace gazebo
4646
/// appear multiple times, once for each right wheel).
4747
/// <default_wheel_radius> The radius used for wheels where radius
4848
/// autodetection fails (default is 0.5 meters).
49-
class GAZEBO_VISIBLE WheelTrackedVehiclePlugin :
49+
class GZ_PLUGIN_VISIBLE WheelTrackedVehiclePlugin :
5050
public TrackedVehiclePlugin
5151
{
5252
public: WheelTrackedVehiclePlugin() = default;

0 commit comments

Comments
 (0)