Skip to content

Commit

Permalink
add msg for publishing of interface values with name and stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mamueluth committed Dec 21, 2023
1 parent 9cfbaa1 commit 61fa8a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 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/DynamicInterfaceValues.msg
msg/DynamicJointState.msg
msg/GripperCommand.msg
msg/InterfaceValue.msg
Expand All @@ -35,6 +36,7 @@ set(msg_files
msg/PidState.msg
msg/SingleDOFState.msg
msg/SingleDOFStateStamped.msg
msg/SingleInterfaceValue.msg
msg/SteeringControllerStatus.msg
)

Expand Down
2 changes: 2 additions & 0 deletions control_msgs/msg/DynamicInterfaceValues.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SingleInterfaceValue[] state_interface_values
SingleInterfaceValue[] command_interface_values
6 changes: 6 additions & 0 deletions control_msgs/msg/SingleInterfaceValue.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
std_msgs/Header header

# Full qualified interface name e.g. "joint1/position"
string interface_name
# Value corresponding to the interface
float64 value

0 comments on commit 61fa8a7

Please sign in to comment.