We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395c054 commit 1b0b8dbCopy full SHA for 1b0b8db
ur_robot_driver/src/hardware_interface_node.cpp
@@ -90,7 +90,7 @@ int main(int argc, char** argv)
90
ret = pthread_getschedparam(this_thread, &policy, ¶ms);
91
if (ret != 0)
92
{
93
- std::cout << "Couldn't retrieve real-time scheduling paramers" << std::endl;
+ ROS_ERROR("Couldn't retrieve real-time scheduling parameters");
94
}
95
96
// Check the correct policy was applied
0 commit comments