ArduPilot / ArduPilot/MAVProxy

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

Open
#1,136 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
595
Forks
773
Avg merge
2d 6h
Merged PRs (30d)
18

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at MAVProxy's `script` command entry point and trace how the shown STIL lines are parsed. Check whether `time delay 2 sec` is supported, then document the supported way to pause between commands and verify it with a two-command script.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.