Skip to content

Commit

Permalink
Remove spurious print from loadModelFromFile method in WorldInterface…
Browse files Browse the repository at this point in the history
… plugin (#548)

* Remove spurious print from loadModelFromFile

* Update CHANGELOG.md
  • Loading branch information
traversaro authored Apr 20, 2021
1 parent 40ef333 commit 516777b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

### Fixed
- Fixed use of libYARP_robotinterface with YARP devices spawned by sensor plugins (https://github.com/robotology/gazebo-yarp-plugins/pull/544).

- Fixed compilation against YARP 3.5 by removing spurious print in WorldInterface plugin (https://github.com/robotology/gazebo-yarp-plugins/pull/548).

## [3.6.0] - 2021-02-24

Expand Down
2 changes: 0 additions & 2 deletions plugins/worldinterface/src/worldproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,8 +1208,6 @@ bool WorldProxy::loadModelFromFile(const std::string& filename)
yError() << "Pose does not contain 6 values!";
return false;
}

std::cout << pose_tmp << std::endl;
}

std::string WorldProxy::loadModelFromFileWithPose(const std::string &filename, const GazeboYarpPlugins::Pose& pose, const std::string& object_name, const double timeout)
Expand Down

0 comments on commit 516777b

Please sign in to comment.