Skip to content

Commit 1b0b8db

Browse files
Simon Schmeisserfmauch
authored andcommitted
fix typo and use ros logging
1 parent 395c054 commit 1b0b8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/src/hardware_interface_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int main(int argc, char** argv)
9090
ret = pthread_getschedparam(this_thread, &policy, &params);
9191
if (ret != 0)
9292
{
93-
std::cout << "Couldn't retrieve real-time scheduling paramers" << std::endl;
93+
ROS_ERROR("Couldn't retrieve real-time scheduling parameters");
9494
}
9595

9696
// Check the correct policy was applied

0 commit comments

Comments
 (0)