Skip to content

Commit 5e5e0ef

Browse files
VinDpurfeex
andauthored
Update ur_controllers/src/freedrive_mode_controller.cpp
Co-authored-by: Felix Exner <[email protected]>
1 parent 167526c commit 5e5e0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_controllers/src/freedrive_mode_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ void FreedriveModeController::start_timer()
261261
void FreedriveModeController::timeout_callback()
262262
{
263263
if (timer_started_ && freedrive_active_) {
264-
RCLCPP_INFO(get_node()->get_logger(), "Freedrive mode will be deactivated since client is not reachable.");
264+
RCLCPP_INFO(get_node()->get_logger(), "Freedrive mode will be deactivated since no new message received.");
265265

266266
freedrive_active_ = false;
267267
change_requested_ = true;

0 commit comments

Comments
 (0)