Commit b464cf4 1 parent e448163 commit b464cf4 Copy full SHA for b464cf4
File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 22
22
#include < sdf/Sensor.hh>
23
23
24
24
#include < ignition/common/SuppressWarning.hh>
25
- #include < ignition/common/Time.hh>
26
25
27
26
#include < ignition/sensors/config.hh>
28
27
#include < ignition/sensors/navsat/Export.hh>
@@ -70,12 +69,6 @@ namespace ignition
70
69
// / \return True on success
71
70
public: virtual bool Init () override ;
72
71
73
- // / \brief Update the sensor and generate data
74
- // / \param[in] _now The current time
75
- // / \return true if the update was successfull
76
- public: virtual bool IGN_DEPRECATED (4 ) Update(
77
- const common::Time &_now) override ;
78
-
79
72
// / \brief Update the sensor and generate data
80
73
// / \param[in] _now The current time
81
74
// / \return true if the update was successfull
Original file line number Diff line number Diff line change @@ -142,12 +142,6 @@ bool NavSatSensor::Load(sdf::ElementPtr _sdf)
142
142
return this ->Load (sdfSensor);
143
143
}
144
144
145
- // ////////////////////////////////////////////////
146
- bool NavSatSensor::Update (const common::Time &_now)
147
- {
148
- return this ->Update (math::secNsecToDuration (_now.sec , _now.nsec ));
149
- }
150
-
151
145
// ////////////////////////////////////////////////
152
146
bool NavSatSensor::Update (const std::chrono::steady_clock::duration &_now)
153
147
{
You can’t perform that action at this time.
0 commit comments