Skip to content

Commit

Permalink
Update hardware_interface/include/hardware_interface/hardware_info.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Štogl <destogl@users.noreply.github.com>
  • Loading branch information
bmagyar and destogl committed Oct 30, 2020
1 parent 4570e39 commit 9f82e64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ struct HardwareInfo
*/
std::vector<ComponentInfo> joints;
/**
* \brief map of sensors provided by the hardware where the key is the joint name.
* \brief map of sensors provided by the hardware where the key is the joint or link name.
* Required for Sensor and optional for System Hardware.
*/
std::vector<ComponentInfo> sensors;
Expand Down

0 comments on commit 9f82e64

Please sign in to comment.