Skip to content

Commit 3ec3ce1

Browse files
authored
adapt parameter name for constraint manifolds in noetic migration (#743)
fixes an overdue oversight that took me way too long to find.
1 parent ad45a4f commit 3ec3ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -195,7 +195,7 @@ Database Loading and Usage
195195
--------------------------
196196
The constraints database must be loaded at launch of the move group node by setting the ros parameter::
197197

198-
<param name="move_group/constraint_approximations_path" value="<path_to_database>"/>
198+
<param name="move_group/planning_pipelines/ompl/constraint_approximations_path" value="<path_to_database>"/>
199199

200200
To verify if the database was found an successfully loaded check if the named constraint is shown in the log.
201201

0 commit comments

Comments
 (0)