start
Launch a long-running program in background (e.g., robot loop) via code or file path, then monitor its output and interrupt when needed.
Instructions
Launch a long-running program WITHOUT waiting for it to end (robot main loop, sensor logging…): pass code, or path of a local .py file. Returns what it printed during the first wait seconds (default 1.5). Then use monitor to keep reading its output and interrupt to stop it. Stops the program currently running first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| path | No | ||
| wait | No |