Skip to content

Commit

Permalink
Merge branch 'main' into pr/fix_moveit_py_sim
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Jun 20, 2023
2 parents 4b5dbdc + e589048 commit 268d46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct ModelBasedPlanningContextSpecification
* When the parameter "use_ompl_constrained_planning" is set to true in ompl_planning.yaml,
* the path constraints are handled by this state space.
*
* **Important**: because code often depents on the attribute `state_space_` to copy states from MoveIt to OMPL, we
* **Important**: because code often depends on the attribute `state_space_` to copy states from MoveIt to OMPL, we
* must set `state_space_` to have type `ompl_interface::ConstrainedPlanningStateSpace`. The actual planning does
* not happen with this `state_space_`, but it is used to create the `constrained_state_space_` of type
* `ompl::base::ConstrainedStateSpace`. The latter is the one passed to OMPL simple setup (after creating a
Expand Down

0 comments on commit 268d46d

Please sign in to comment.