Skip to content
Snippets Groups Projects
Commit 0bed31e8 authored by Jennifer Buehler's avatar Jennifer Buehler
Browse files

removed console SetQuiet for gazebo 2 versions

parent ebb97233
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,10 @@ void GazeboGraspFix::Init() ...@@ -44,7 +44,10 @@ void GazeboGraspFix::Init()
void GazeboGraspFix::InitValues() void GazeboGraspFix::InitValues()
{ {
#if GAZEBO_MAJOR_VERSION > 2
gazebo::common::Console::SetQuiet(false); gazebo::common::Console::SetQuiet(false);
#endif
// float timeDiff=0.25; // float timeDiff=0.25;
// this->releaseTolerance=0.005; // this->releaseTolerance=0.005;
// this->updateRate = common::Time(0, common::Time::SecToNano(timeDiff)); // this->updateRate = common::Time(0, common::Time::SecToNano(timeDiff));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment