Skip to content

Commit

Permalink
added time_optimize parameter to GetCartesianPath.srv for optional ti…
Browse files Browse the repository at this point in the history
…me optimization during cartesian path planning
  • Loading branch information
Steven Schreck committed Jun 19, 2024
1 parent 99e6898 commit d6dec3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srv/GetCartesianPath.srv
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ bool avoid_collisions
# Specify additional constraints to be met by the Cartesian path
Constraints path_constraints

# Set to false if you want to disable time optimization of the trajectory, specifically helpful if you have other shapes than linear moves and want to keep the original shape.
bool time_optimize

---

# The state at which the computed path starts
Expand Down

0 comments on commit d6dec3a

Please sign in to comment.