We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bba20 commit 9123490Copy full SHA for 9123490
ur_robot_driver/src/hardware_interface.cpp
@@ -867,7 +867,7 @@ hardware_interface::return_type URPositionHardwareInterface::read(const rclcpp::
867
// We want to start the rtde comm the latest point possible due to the delay times arising from setting up the
868
// communication with multiple arms
869
if (!rtde_comm_has_been_started_) {
870
- URCL_LOG_INFO("Starting RTDE communication");
+ URCL_LOG_INFO("Starting RTDE communication!");
871
ur_driver_->startRTDECommunication();
872
rtde_comm_has_been_started_ = true;
873
}
0 commit comments