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: Bence Magyar <bence.magyar.robotics@gmail.com>
  • Loading branch information
mamueluth and bmagyar authored Aug 27, 2024
1 parent e5eaeb3 commit a8aa5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct InterfaceInfo
bool enable_limits;
/// (Optional) Key-value pairs of command/stateInterface parameters. This is
/// useful for drivers that operate on protocols like modbus, where each
/// interface needs own address(register), datatype, ...
/// interface needs own address(register), datatype, etc.
std::unordered_map<std::string, std::string> parameters;
};

Expand Down

0 comments on commit a8aa5ad

Please sign in to comment.