Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jul 30, 2024
1 parent 7bdfba7 commit 15a7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void ResourceManager::load_urdf(
const std::string sensor_type = "sensor";
const std::string actuator_type = "actuator";

const auto hardware_info = hardware_interface::parse_control_resources_from_urdf(urdf);
const auto hardware_info = hardware_interface::parse_control_resources_from_urdf(urdf);
if (load_and_initialize_components)
{
std::lock_guard<std::recursive_mutex> resource_guard(resources_lock_);
Expand Down

0 comments on commit 15a7d5f

Please sign in to comment.