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 4, 2023
1 parent 835b39c commit e17d616
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager
/**
* Return list of cached controller names that use the hardware with name \p hardware_name.
*
* \param[in] hardware_name the name of the hardware for which cached controllers should be returned.
* \returns list of cached controller names that depend on hardware with name \p hardware_name.
* \param[in] hardware_name the name of the hardware for which cached controllers should be
* returned. \returns list of cached controller names that depend on hardware with name \p
* hardware_name.
*/
std::vector<std::string> get_cached_controllers_to_hardware(const std::string & hardware_name);

Expand Down Expand Up @@ -414,7 +415,7 @@ 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;
};

Expand Down

0 comments on commit e17d616

Please sign in to comment.