Skip to content

Commit

Permalink
code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mamueluth committed Feb 19, 2024
1 parent 2f97ed1 commit db432ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion control_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ set(msg_files
msg/PidState.msg
msg/SingleDOFState.msg
msg/SingleDOFStateStamped.msg
msg/SingleInterfaceValue.msg
msg/SteeringControllerStatus.msg
)

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

InterfaceValue states
InterfaceValue commands
2 changes: 1 addition & 1 deletion control_msgs/msg/InterfaceValue.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# List of resource interface names
string[] interface_names
# Values corresponding to the list of interfaces in `interface_names`, [1.0, 0.0] for example
float64[] values
float64[] values
6 changes: 0 additions & 6 deletions control_msgs/msg/SingleInterfaceValue.msg

This file was deleted.

0 comments on commit db432ba

Please sign in to comment.