Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 10, 2023
1 parent b518370 commit 68d2cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager

mutable std::recursive_mutex resource_interfaces_lock_;
mutable std::recursive_mutex claimed_command_interfaces_lock_;

std::unique_ptr<ResourceStorage> resource_storage_;

// Structure to store read and write status so it is not initialized in the real-time loop
Expand Down
1 change: 0 additions & 1 deletion hardware_interface/test/test_resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ TEST_F(ResourceManagerTest, initialization_with_urdf_manual_validation)
EXPECT_TRUE(rm.command_interface_exists("joint3/velocity"));
}


TEST_F(ResourceManagerTest, initialization_with_wrong_urdf)
{
// missing state keys
Expand Down

0 comments on commit 68d2cc6

Please sign in to comment.