Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for Path Angle Bidirectionality #435

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 12 additions & 0 deletions configuration/packages/configuring-mppic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,17 @@ Path Angle Critic
Description
Angular distance (rad) between robot and goal above which path angle cost starts being considered

:forward_preference:

============== ===========================
Type Default
-------------- ---------------------------
bool true
============== ===========================

Description
Whether or not your robot has a preference for which way is forward in motion. Different from if reversing is generally allowed, but if you robot contains *no* particular preference one way or another.

Path Follow Critic
------------------

Expand Down Expand Up @@ -812,6 +823,7 @@ Example
offset_from_furthest: 4
threshold_to_consider: 0.40
max_angle_to_furthest: 1.0
forward_preference: true
# TwirlingCritic:
# enabled: true
# twirling_cost_power: 1
Expand Down