Skip to content

Commit 55bd8c8

Browse files
committed
Format
1 parent dbde7b7 commit 55bd8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ HWI::CallbackReturn RobotiqHandeHardwareInterface::on_activate(
187187
th_comm_.emplace(&RobotiqHandeHardwareInterface::gripper_communication, this);
188188
}
189189

190-
RCLCPP_INFO(get_logger(), "%sWaiting for Hand-E complete activation%s", color::BCYAN, color::RESET);
190+
RCLCPP_INFO(
191+
get_logger(), "%sWaiting for Hand-E complete activation%s", color::BCYAN, color::RESET);
191192
while(!gripper_driver_.get_status().is_ready) {
192193
std::this_thread::sleep_for(th_sleep_rate_);
193194
}

0 commit comments

Comments
 (0)