Skip to content

Commit 22711b2

Browse files
authored
Fix broken links in constraint tutorial (#637)
1 parent d3eeaff commit 22711b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/planning_constraints/planning_constraints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ A related functionality to representing and evaluating constraints is :code:`con
2323
See Also
2424
--------
2525
- `How to plan with path constraints in general <../move_group_interface/move_group_interface_tutorial.html#planning-with-path-constraints>`_.
26-
- `Planning with Approximated Constraint Manifolds <../planning_with_approximated_constraint_manifolds/planning_with_approximated_constraint_manifolds_tutorial>`_.
26+
- `Planning with Approximated Constraint Manifolds <../planning_with_approximated_constraint_manifolds/planning_with_approximated_constraint_manifolds_tutorial.html>`_.

doc/planning_with_approximated_constraint_manifolds/planning_with_approximated_constraint_manifolds_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Planning with Approximated Constraint Manifolds
33

44
OMPL supports custom constraints to enable planning trajectories that follow a desired behavior.
55
Constraints can be defined in joint space and Cartesian space where the latter is either orientation or position based.
6-
While planning a trajectory, each joint state needs to follow all of the set constraints, which is performed by rejection sampling by default. For more information see `Representation and Evaluation of Constraints <../planning_constraints/planning_constraints>`_.
6+
While planning a trajectory, each joint state needs to follow all of the set constraints, which is performed by rejection sampling by default. For more information see `Representation and Evaluation of Constraints <../planning_constraints/planning_constraints.html>`_.
77

88
Rejection sampling for each joint state might lead to very long planning times, especially when the constraints are very restrictive and the rejection rate is correspondingly high. `Sucan et al <http://ioan.sucan.ro/files/pubs/constraints_iros2012.pdf>`_ present an approach where they compute an approximation of the constraint manifold beforehand and perform trajectory planning in that.
99
The OMPL plugin contains the functionality to do that for a given set of constraints and save it in a database.

0 commit comments

Comments
 (0)