Skip to content

Commit

Permalink
Revert bad backport
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Feb 25, 2021
1 parent a3baf87 commit 8ccadde
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions include/ignition/sensors/DepthCameraSensor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,7 @@ namespace ignition
/// \brief Force the sensor to generate data
/// \param[in] _now The current time
/// \return true if the update was successfull
public: virtual bool IGN_DEPRECATED(4) Update(
const ignition::common::Time &_now) override;

/// \brief Force the sensor to generate data
/// \param[in] _now The current time
/// \return true if the update was successfull
public: virtual bool Update(
const std::chrono::steady_clock::duration &_now) override;
public: virtual bool Update(const common::Time &_now) override;

/// \brief Force the sensor to generate data
/// \param[in] _now The current time
Expand Down

0 comments on commit 8ccadde

Please sign in to comment.