Skip to content

Commit

Permalink
remove is_urdf_loaded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 16, 2024
1 parent c4c060f commit a43d04c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager

// Structure to store read and write status so it is not initialized in the real-time loop
HardwareReadWriteStatus read_write_status;

bool is_urdf_loaded__ = false;
};

} // namespace hardware_interface
Expand Down
1 change: 0 additions & 1 deletion hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ ResourceManager::ResourceManager(
// CM API: Called in "callback/slow"-thread
void ResourceManager::load_urdf(const std::string & urdf, bool validate_interfaces)
{
is_urdf_loaded__ = true;
const std::string system_type = "system";
const std::string sensor_type = "sensor";
const std::string actuator_type = "actuator";
Expand Down

0 comments on commit a43d04c

Please sign in to comment.