Skip to content

Commit

Permalink
Add msg for task weights and task activation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Aug 29, 2023
1 parent 8d9e0d4 commit 46265c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ set(msg_files
"msg/RadialPotentialField.msg"
"msg/RadialPotentialFieldVector.msg"
"msg/WbcTimingStats.msg"
"msg/TaskWeights.msg"
"msg/TaskActivation.msg"
)

rosidl_generate_interfaces(${PROJECT_NAME}
Expand Down
2 changes: 2 additions & 0 deletions msg/TaskActivation.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
string task_name
float64 activation
2 changes: 2 additions & 0 deletions msg/TaskWeights.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
string task_name
float64[] weights

0 comments on commit 46265c2

Please sign in to comment.