Skip to content

Commit

Permalink
driver: don't WARN about topic_list in utils method
Browse files Browse the repository at this point in the history
Leave that decision to the caller.
  • Loading branch information
gavanderhoorn committed Mar 25, 2022
1 parent 19e629f commit 8eca7fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ bool getJointGroups(const std::string topic_param, std::map<int, RobotGroup> & r
}
else
{
ROS_ERROR_STREAM("Failed to find " << topic_param << " parameter");
ROS_INFO_STREAM("Failed to find " << topic_param << " parameter");
return false;
}
}
Expand Down

0 comments on commit 8eca7fc

Please sign in to comment.