Skip to content

Commit

Permalink
Add Dynamic Interface Group Values message (#155)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b9753e)

# Conflicts:
#	control_msgs/CMakeLists.txt
  • Loading branch information
Wiktor-99 authored and mergify[bot] committed Nov 18, 2024
1 parent e35dc75 commit 1767469
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ find_package(trajectory_msgs REQUIRED)

set(msg_files
msg/AdmittanceControllerState.msg
<<<<<<< HEAD
=======
msg/DynamicInterfaceGroupValues.msg
msg/DynamicInterfaceValues.msg
>>>>>>> 0b9753e (Add Dynamic Interface Group Values message (#155))
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 1767469

Please sign in to comment.