Skip to content
Snippets Groups Projects
Commit 5e220d56 authored by Michael Jeronimo's avatar Michael Jeronimo Committed by Carl Delsey
Browse files

Remove the obsolete TaskStatus message

parent 2b36c5bc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/CostmapMetaData.msg"
"msg/MissionPlan.msg"
"msg/Path.msg"
"msg/TaskStatus.msg"
"msg/VoxelGrid.msg"
"srv/GetCostmap.srv"
"srv/ClearCostmapExceptRegion.srv"
......
uint8 SUCCEEDED=0
uint8 FAILED=1
uint8 RUNNING=2
uint8 CANCELED=3
uint8 result
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment