Skip to content

Commit

Permalink
Handle hardware errors in Resource Manager (ros-controls#805)
Browse files Browse the repository at this point in the history
* Add code for deactivating controller when hardware gets an error on read and write.

(cherry picked from commit e748824)
  • Loading branch information
destogl authored and flochre committed Jul 5, 2023
1 parent 0dadf87 commit e3987d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager
mutable std::recursive_mutex resource_interfaces_lock_;
mutable std::recursive_mutex claimed_command_interfaces_lock_;
mutable std::recursive_mutex resources_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

0 comments on commit e3987d7

Please sign in to comment.