We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56947c0 commit 767b187Copy full SHA for 767b187
src/dynamixel_hardware_interface.cpp
@@ -93,7 +93,7 @@ hardware_interface::CallbackReturn DynamixelHardware::on_init(
93
} else if (gpio.parameters.at("type") == "sensor") {
94
sensor_id_.push_back(static_cast<uint8_t>(stoi(gpio.parameters.at("ID"))));
95
} else {
96
- RCLCPP_ERROR_STREAM(logger_, "Invalid DXL / Sensoe type");
+ RCLCPP_ERROR_STREAM(logger_, "Invalid DXL / Sensor type");
97
exit(-1);
98
}
99
0 commit comments