- changed ROS_ERROR to ROS_WARN
- changed the message from ROS_ERROR to ROS_WARN when the offset file fails to load.
This commit is contained in:
@ -850,7 +850,7 @@ void RobotisController::loadOffset(const std::string path)
|
||||
doc = YAML::LoadFile(path.c_str());
|
||||
} catch (const std::exception& e)
|
||||
{
|
||||
ROS_ERROR("Fail to load offset yaml.");
|
||||
ROS_WARN("Fail to load offset yaml.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user