Skip to content

Commit f034e35

Browse files
slimasziommacmacal
andauthored
Update robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp
Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com>
1 parent 5303f80 commit f034e35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ HWI::CallbackReturn RobotiqHandeHardwareInterface::on_configure(
7474
int result;
7575

7676
RCLCPP_INFO(get_logger(), "Connecting to ModbusRTU");
77+
RCLCPP_DEBUG(
78+
get_logger(),
79+
"Connecting to tty:%s, baudrate:%d, parity:%c, data_bits:%d, stop_bit:%d",
80+
tty_port_.c_str(),
81+
baudrate_,
82+
parity_,
83+
data_bits_,
84+
stop_bit_);
7785

7886
result = gripper_driver_.configure();
7987

0 commit comments

Comments
 (0)