Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions gazebo_plugins/include/gazebo_plugins/gazebo_ros_wheel_slip.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ class GazeboRosWheelSlip : public WheelSlipPlugin
/// \brief pointer to ros node
private: ros::NodeHandle *rosnode_;

/// \brief Subscriber to detach control messages.
private: ros::Subscriber detachSub_;

/// \brief Dynamic reconfigure server.
private: dynamic_reconfigure::Server<gazebo_plugins::WheelSlipConfig>
*dyn_srv_;
Expand Down