Skip to content

Commit

Permalink
minor fixies on ICub device
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti committed Aug 13, 2019
1 parent 869f3a3 commit 5558d40
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions devices/ICub/src/ICub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <iDynTree/ModelIO/ModelLoader.h>
#include <iDynTree/KinDynComputations.h>

#include <assert.h>
#include <cassert>
#include <map>
#include <mutex>
#include <string>
Expand Down Expand Up @@ -637,11 +637,6 @@ bool ICub::open(yarp::os::Searchable& config)
pImpl->world_gravity.zero();
pImpl->world_gravity.setVal(2, -9.81);

// Configure clock
if (!yarp::os::Time::isSystemClock()) {
yarp::os::Time::useSystemClock();
}

// ===============================
// CHECK THE CONFIGURATION OPTIONS
// ===============================
Expand Down

0 comments on commit 5558d40

Please sign in to comment.