Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions configuration/packages/configuring-thetastar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ The parameters of the planner are:
Description
If true, the last pose of the path generated by the planner will have its orientation set to the approach orientation, i.e. the orientation of the vector connecting the last two points of the path

:``<name>``.allow_unknown:

==== =======
Type Default
---- -------
bool True
==== =======

Description
Whether to allow planning in unknown space.

.. Note::
Do go through the README file available on this repo's link to develop a better understanding of how you could tune this planner.
This planner requires you to tune the `cost_scaling_factor` parameter of your costmap too, to get good results.
Expand Down