Skip to content

Commit 767b187

Browse files
committed
fix: Correct typo in error message for invalid DXL/Sensor type in dynamixel_hardware_interface.cpp
1 parent 56947c0 commit 767b187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamixel_hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ hardware_interface::CallbackReturn DynamixelHardware::on_init(
9393
} else if (gpio.parameters.at("type") == "sensor") {
9494
sensor_id_.push_back(static_cast<uint8_t>(stoi(gpio.parameters.at("ID"))));
9595
} else {
96-
RCLCPP_ERROR_STREAM(logger_, "Invalid DXL / Sensoe type");
96+
RCLCPP_ERROR_STREAM(logger_, "Invalid DXL / Sensor type");
9797
exit(-1);
9898
}
9999
}

0 commit comments

Comments
 (0)