Skip to content

Commit

Permalink
Merge pull request #32 from clearpathrobotics/ONAV-2122
Browse files Browse the repository at this point in the history
Add the new NetworkMapValidityState message
  • Loading branch information
civerachb-cpr authored Feb 7, 2024
2 parents 20f4c0d + 55e9d6b commit 6a2b5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ find_package(catkin REQUIRED
add_message_files(
FILES
NetworkEdgeReq.msg
NetworkMapValidityState.msg
NetworkMapState.msg
StorageState.msg
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Reports the validity of all network of paths maps registered with the mission manager
clearpath_mission_manager_msgs/NetworkMapState[] map_states

0 comments on commit 6a2b5b8

Please sign in to comment.