Skip to content

Commit 9123490

Browse files
committed
Small change to trigger CI
1 parent 84bba20 commit 9123490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ hardware_interface::return_type URPositionHardwareInterface::read(const rclcpp::
867867
// We want to start the rtde comm the latest point possible due to the delay times arising from setting up the
868868
// communication with multiple arms
869869
if (!rtde_comm_has_been_started_) {
870-
URCL_LOG_INFO("Starting RTDE communication");
870+
URCL_LOG_INFO("Starting RTDE communication!");
871871
ur_driver_->startRTDECommunication();
872872
rtde_comm_has_been_started_ = true;
873873
}

0 commit comments

Comments
 (0)