Skip to content

Commit

Permalink
Add Dynamic Interface Group Values message (backport #155) (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 18, 2024
1 parent e35dc75 commit 4c7c224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ find_package(trajectory_msgs REQUIRED)

set(msg_files
msg/AdmittanceControllerState.msg
msg/DynamicInterfaceGroupValues.msg
msg/DynamicJointState.msg
msg/GripperCommand.msg
msg/InterfaceValue.msg
Expand Down
6 changes: 6 additions & 0 deletions control_msgs/msg/DynamicInterfaceGroupValues.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
std_msgs/Header header

# List of interface group names , e.g. ["flange_analog_IOs", "flange_vacuum"]
string[] interface_groups
# Key-value pairs representing interfaces and their corresponding values for each interface group listed in `interface_groups`
InterfaceValue[] interface_values

0 comments on commit 4c7c224

Please sign in to comment.