File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hardware_interface/include/hardware_interface Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ struct InterfaceInfo
4747 std::string data_type = " double" ;
4848 // / (Optional) If the handle is an array, the size of the array.
4949 int size;
50- // / (Optional) enable or disable the limits for the command interfaces
51- bool enable_limits;
5250 // / (Optional) Key-value pairs of command/stateInterface parameters. This is
5351 // / useful for drivers that operate on protocols like modbus, where each
5452 // / interface needs own address(register), datatype, etc.
5553 std::unordered_map<std::string, std::string> parameters;
54+ // / (Optional) enable or disable the limits for the command interfaces
55+ bool enable_limits;
5656};
5757
5858// / @brief This structure stores information about a joint that is mimicking another joint
You can’t perform that action at this time.
0 commit comments