Skip to content

Commit

Permalink
feat: Add RefinePlan.srv (naturerobots#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-hosseini authored and thiagodefreitas committed Sep 11, 2020
1 parent a1a3dc6 commit 326fa3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions mbf_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_service_files(
FILES
CheckPoint.srv
CheckPose.srv
RefinePlan.srv
CheckPath.srv
)

Expand Down
12 changes: 12 additions & 0 deletions mbf_msgs/srv/RefinePlan.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Plan to be refined considering possible obstacles along the path
nav_msgs/Path plan

# If the goal is obstructed, how many meters the planner can
# relax the constraint in x and y before failing.
float32 tolerance
---
#Refined plan
nav_msgs/Path refined_plan

#True if refining the given plan was possible, otherwise False
bool success

0 comments on commit 326fa3d

Please sign in to comment.