File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11std_msgs/Header header
22
33# List of values corresponding to the interfaces or joints defined in InterfacesNames.msg
4+ # The size and order must match that of InterfacesNames.msg
5+ # Each value corresponds to the name at the same index in InterfacesNames.msg
6+ #
7+ # For example. if InterfacesNames.msg has names = ["joint1/position", "joint2/velocity"], then
8+ # InterfacesValues.msg could have values = [1.57, 0.0]. The first value (1.57) corresponds to "joint1/position"
9+ # and the second value (0.0) corresponds to "joint2/velocity"
10+ #
11+ # This message is used by the interfaces_state_broadcaster to publish the values of the interfaces via
12+ # ROS2 topics ~/names (InterfacesNames.msg) and ~/values (InterfacesValues.msg)
413float64 [] values
You can’t perform that action at this time.
0 commit comments