Skip to content

Commit

Permalink
Add Mcts info message (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored Mar 5, 2024
1 parent 6f96ed1 commit 45761eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions planner_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_message_files(
FILES
NavigationStatus.msg
TerrainInfo.msg
MctsInfo.msg
)

add_service_files(
Expand Down
6 changes: 6 additions & 0 deletions planner_msgs/msg/MctsInfo.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Terrain Information
#

std_msgs/Header header

std_msgs/Int32 number_iterations

0 comments on commit 45761eb

Please sign in to comment.