Skip to content
2 changes: 2 additions & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ set(msg_files
msg/HardwareDiagnostics.msg
msg/HardwareStatus.msg
msg/InterfaceValue.msg
msg/InterfacesNames.msg
msg/InterfacesValues.msg
msg/JointComponentTolerance.msg
msg/JointControllerState.msg
msg/JointJog.msg
Expand Down
3 changes: 3 additions & 0 deletions control_msgs/msg/InterfacesNames.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
std_msgs/Header header
# List of names defining interfaces or joints or other string-based entities
string[] names
4 changes: 4 additions & 0 deletions control_msgs/msg/InterfacesValues.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
std_msgs/Header header

# List of values corresponding to the interfaces or joints defined in StringArray.msg
float64[] values