Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce0a15

Browse files
committed
add links to params in rover tuning
1 parent b5ddc68 commit 7ce0a15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rover/source/docs/rover-tuning-navigation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ S-Curves are used to plan a smooth path that brings the vehicle close to each wa
1818

1919
Factors affecting the path include:
2020

21-
- The vehicle will cut the corners but will always try to pass within WP_RADIUS or TURN_RADIUS (whichever is larger) of each waypoint
21+
- The vehicle will cut the corners but will always try to pass within :ref:`WP_RADIUS<WP_RADIUS>` or :ref:`TURN_RADIUS<TURN_RADIUS>` (whichever is larger) of each waypoint
2222
- The vehicle will cut the corners more at higher speeds
23-
- The vehicle will cut the corners more if the maximum accelerations are reduced (e.g. the lowest of ATC_ACCEL_MAX, ATC_DECEL_MAX and TURN_MAX_G * 9.81)
24-
- The vehicle will slow down in the corners if necessary to pass within WP_RADIUS of the waypoint without exceeding the maximum accelerations (e.g. the lowest of ATC_ACCEL_MAX, ATC_DECEL_MAX and TURN_MAX_G * 9.81)
25-
- Placing waypoints close together may lead to the vehicle travelling slowly
23+
- The vehicle will cut the corners more if the maximum accelerations are reduced (e.g. the lowest of :ref:`ATC_ACCEL_MAX<ATC_ACCEL_MAX>`, :ref:`ATC_DECEL_MAX<ATC_DECEL_MAX>` and :ref:`ATC_TURN_MAX_G<ATC_TURN_MAX_G>` * 9.81)
24+
- The vehicle will slow down in the corners if necessary to pass within :ref:`WP_RADIUS<WP_RADIUS>` of the waypoint without exceeding the maximum accelerations (e.g. the lowest of :ref:`ATC_ACCEL_MAX<ATC_ACCEL_MAX>`, :ref:`ATC_DECEL_MAX<ATC_DECEL_MAX>` and :ref:`ATC_TURN_MAX_G<ATC_TURN_MAX_G>` * 9.81)
25+
- Placing waypoints close together may lead to the vehicle traveling slowly
2626

2727
Position Controller
2828
-------------------

0 commit comments

Comments
 (0)