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

Skip to content

Commit d2ada82

Browse files
committed
link to master quicktune version
1 parent 02061b2 commit d2ada82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rover/source/docs/quiktune.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QuikTune
77
.. youtube:: yGB9uLD4dkM
88
:width: 100%
99

10-
The `Rover QuikTune <https://github.com/ArduPilot/ardupilot/blob/Rover-4.5/libraries/AP_Scripting/applets/rover-quicktune.md>`__ Lua script simplifies the process of finding good gains for a vehicle's steering and speed controllers.
10+
The `Rover QuikTune <https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_Scripting/applets/rover-quicktune.md>`__ Lua script simplifies the process of finding good gains for a vehicle's steering and speed controllers.
1111

1212
The script should be run while the vehicle is circling in :ref:`Circle mode <circle-mode>`.
1313
It records the steering and throttle outputs and the resulting response (e.g. vehicle's turn rate and speed) for at least 10 seconds in order to calculate the feed-forward gains.
@@ -27,7 +27,7 @@ Installing the Script
2727
=====================
2828

2929
- Set :ref:`SCR_ENABLE <SCR_ENABLE>` = 1 to enable scripting and then reboot the autopilot
30-
- Download `rover-quicktune.lua <https://raw.githubusercontent.com/ArduPilot/ardupilot/Rover-4.5/libraries/AP_Scripting/applets/rover-quicktune.lua>`__ to your PC
30+
- Download `rover-quicktune.lua <https://raw.githubusercontent.com/ArduPilot/ardupilot/master/libraries/AP_Scripting/applets/rover-quicktune.lua>`__ to your PC
3131
- Copy the script to your autopilot's SD card's APM/scripts directory. If using MP it may be easiest to use the Config, MAVFtp screen
3232

3333
.. image:: ../images/quiktune-mp-mavftp.png

0 commit comments

Comments
 (0)