Skip to content

Commit

Permalink
Updated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chawladevansh authored and azeey committed Sep 21, 2021
1 parent b0b8213 commit a2d37ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ForceTorqueSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ bool ForceTorqueSensor::Update(const std::chrono::steady_clock::duration &_now)
{
measuredForce = this->dataPtr->force;
measuredTorque = this->dataPtr->torque;
ignerr << "Warning: ForceTorqueSensor::Update() " << std::endl;
}
else
{
Expand Down

0 comments on commit a2d37ea

Please sign in to comment.