Skip to content

Commit

Permalink
fix typo and use ros logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schmeisser authored and fmauch committed Aug 31, 2023
1 parent 395c054 commit 1b0b8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_robot_driver/src/hardware_interface_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int argc, char** argv)
ret = pthread_getschedparam(this_thread, &policy, &params);
if (ret != 0)
{
std::cout << "Couldn't retrieve real-time scheduling paramers" << std::endl;
ROS_ERROR("Couldn't retrieve real-time scheduling parameters");
}

// Check the correct policy was applied
Expand Down

0 comments on commit 1b0b8db

Please sign in to comment.