Skip to content

Commit 3773aaf

Browse files
committed
done
1 parent bf1da24 commit 3773aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

velocity_controllers/src/adaptive_integral_terminal_sliding_mode_controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ auto AdaptiveIntegralTerminalSlidingModeController::on_configure(const rclcpp_li
129129
system_state_.writeFromNonRT(*msg);
130130
});
131131
} else {
132+
RCLCPP_INFO(logger_, "Using state interfaces and tf2 to get the system state"); // NOLINT
132133
tf_buffer_ = std::make_unique<tf2_ros::Buffer>(get_node()->get_clock());
133134
tf_listener_ = std::make_shared<tf2_ros::TransformListener>(*tf_buffer_);
134135
}

0 commit comments

Comments
 (0)