ArduPilot / MAVProxy

MAVLink proxy and command line ground station
GNU General Public License v3.0
462 stars 675 forks source link

How to put time delay between two commands using "script" command #1136

Open sluvd opened 1 year ago

sluvd commented 1 year ago

I'm using STIL and I want a delay between two commands using "script" for example: param set SIM_WIND_SPD 5 time delay 2 sec param set SIM_WIND_SPD 0

peterbarker commented 1 year ago

On Thu, 22 Dec 2022, Saif wrote:

I'm using STIL and I want a delay between two commands using "script" for example: param set SIM_WIND_SPD 5 time delay 2 sec param set SIM_WIND_SPD 0

Sorry, you don't.

You can create a tiny module to do the same, or if you have an ArduPilot development environment put together an autotest.

dbarnes217 commented 3 days ago

did you ever get this working?