Skip to content

Commit ade72c9

Browse files
Fix typo
Co-authored-by: Bence Magyar <[email protected]>
1 parent 4e1f380 commit ade72c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_8/hardware/rrbot_transmissions_system_position_only.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ hardware_interface::return_type RRBotTransmissionsSystemPositionOnlyHardware::re
246246
}
247247
RCLCPP_INFO_THROTTLE(get_logger(), *get_clock(), 500, "%s", ss.str().c_str());
248248

249-
// update internal storage from ressource_manager
249+
// update internal storage from resource_manager
250250
std::for_each(
251251
joint_interfaces_.begin(), joint_interfaces_.end(),
252252
[this](auto & joint_interface)
@@ -261,7 +261,7 @@ hardware_interface::return_type RRBotTransmissionsSystemPositionOnlyHardware::re
261261
hardware_interface::return_type RRBotTransmissionsSystemPositionOnlyHardware::write(
262262
const rclcpp::Time & /*time*/, const rclcpp::Duration & /*period*/)
263263
{
264-
// update internal storage from ressource_manager
264+
// update internal storage from resource_manager
265265
std::for_each(
266266
joint_interfaces_.begin(), joint_interfaces_.end(),
267267
[this](auto & joint_interface)

0 commit comments

Comments
 (0)