Skip to content

Commit

Permalink
Update hardware_interface/include/hardware_interface/resource_manager…
Browse files Browse the repository at this point in the history
….hpp
  • Loading branch information
destogl committed Mar 11, 2024
1 parent c612aa8 commit 5d7bebf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager

/**
* @brief if the resource manager load_and_initialize_components(...) function has been called
* this returns true. We want to permit to loading the urdf later on, but we currently don't want to
* permit multiple calls to load_and_initialize_components (reloading/loading different urdf).
* this returns true. We want to permit to loading the urdf later on, but we currently don't want
* to permit multiple calls to load_and_initialize_components (reloading/loading different urdf).
*
* @return true if the resource manager has successfully loaded and initialized the components
* @return false if the resource manager doesn't have any components loaded and initialized.
Expand Down

0 comments on commit 5d7bebf

Please sign in to comment.