Skip to content

Commit

Permalink
Merge branch 'master' into async_hardware_components
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Jul 17, 2024
2 parents 7df569d + 1f8ca08 commit 4927ceb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 56 deletions.
File renamed without changes.
53 changes: 0 additions & 53 deletions doc/migration/Galactic.rst

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager

ResourceManager(const ResourceManager &) = delete;

~ResourceManager();
virtual ~ResourceManager();

/// Load resources from on a given URDF.
/**
Expand Down
4 changes: 2 additions & 2 deletions hardware_interface_testing/test/test_resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ void test_load_and_initialized_components_failure(const std::string & urdf)
EXPECT_FALSE(rm.command_interface_exists("joint3/max_acceleration"));
}

TEST_F(ResourceManagerTest, test_unitilizable_hardware)
TEST_F(ResourceManagerTest, test_uninitializable_hardware)
{
SCOPED_TRACE("test_unitilizable_hardware_no_validation");
SCOPED_TRACE("test_uninitializable_hardware_no_validation");
// If the the hardware can not be initialized and load_and_initialize_components didn't try to
// validate the interfaces, the interface should not show up
test_load_and_initialized_components_failure(
Expand Down

0 comments on commit 4927ceb

Please sign in to comment.