Skip to content

Commit 52eb7cd

Browse files
author
Shota Aoki
authored
ボーレートを変更できるように修正 (#27)
1 parent e0f2632 commit 52eb7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt_manipulators_lib/src/hardware.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bool Hardware::load_config_file(const std::string& config_yaml) {
9696
}
9797

9898
bool Hardware::connect(const int baudrate) {
99-
if (!comm_->connect()) {
99+
if (!comm_->connect(baudrate)) {
100100
return false;
101101
}
102102

0 commit comments

Comments
 (0)