mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Removed empty default constructors and destructors from Gazebo plugins (#63)
This commit is contained in:
committed by
Peter Johnson
parent
21b2aabf18
commit
e6f6d24780
@@ -9,10 +9,6 @@
|
||||
|
||||
GZ_REGISTER_MODEL_PLUGIN(Encoder)
|
||||
|
||||
Encoder::Encoder() {}
|
||||
|
||||
Encoder::~Encoder() {}
|
||||
|
||||
void Encoder::Load(physics::ModelPtr model, sdf::ElementPtr sdf) {
|
||||
this->model = model;
|
||||
|
||||
|
||||
@@ -45,9 +45,6 @@ using namespace gazebo;
|
||||
*/
|
||||
class Encoder : public ModelPlugin {
|
||||
public:
|
||||
Encoder();
|
||||
~Encoder();
|
||||
|
||||
/// \brief Load the encoder and configures it according to the sdf.
|
||||
void Load(physics::ModelPtr model, sdf::ElementPtr sdf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user