File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
3232 "msg/Particle.msg"
3333 "msg/ParticleCloud.msg"
3434 "msg/MissedWaypoint.msg"
35+ "msg/WaypointStatus.msg"
3536 "srv/GetCosts.srv"
3637 "srv/GetCostmap.srv"
3738 "srv/IsPathValid.srv"
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ builtin_interfaces/Duration estimated_time_remaining
2222int16 number_of_recoveries
2323float32 distance_remaining
2424int16 number_of_poses_remaining
25+ WaypointStatus [] waypoint_statuses
Original file line number Diff line number Diff line change 1+ # Waypoint state for robot in NavigateThroughPoses or WaypointFollower
2+ uint8 PENDING =0 # Waypoint is not processed
3+ uint8 COMPLETED =1 # Waypoint is completed
4+ uint8 SKIPPED =2 # Waypoint is skipped
5+ uint8 waypoint_status
You can’t perform that action at this time.
0 commit comments