Skip to content

Commit

Permalink
changing the logger level in parseURDF() overrides ROS logger level c…
Browse files Browse the repository at this point in the history
…alls. if needed, this call should be placed elswehere
  • Loading branch information
Ioan Sucan committed Dec 10, 2012
1 parent 25918b0 commit 8601cbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (urdfdom CXX C)

set (URDF_MAJOR_VERSION 0)
set (URDF_MINOR_VERSION 2)
set (URDF_PATCH_VERSION 4)
set (URDF_PATCH_VERSION 6)

set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})

Expand Down
2 changes: 0 additions & 2 deletions urdf_parser/src/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ bool parseJoint(Joint &joint, TiXmlElement *config);

boost::shared_ptr<ModelInterface> parseURDF(const std::string &xml_string)
{
console_bridge::setLogLevel(console_bridge::LOG_INFO);

boost::shared_ptr<ModelInterface> model(new ModelInterface);
model->clear();

Expand Down

0 comments on commit 8601cbd

Please sign in to comment.