Skip to content

Commit

Permalink
Fix description of max_distance property of Connect stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed May 3, 2024
1 parent 5ae22da commit 62f107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stages/connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Connect::Connect(const std::string& name, const GroupPlannerVector& planners) :

auto& p = properties();
p.declare<MergeMode>("merge_mode", WAYPOINTS, "merge mode");
p.declare<double>("max_distance", 1e-4, "maximally accepted distance between end and goal sate");
p.declare<double>("max_distance", 1e-4, "maximally accepted joint configuration distance between trajectory endpoint and goal state");
p.declare<moveit_msgs::msg::Constraints>("path_constraints", moveit_msgs::msg::Constraints(),
"constraints to maintain during trajectory");
properties().declare<TimeParameterizationPtr>("merge_time_parameterization",
Expand Down

0 comments on commit 62f107b

Please sign in to comment.