Running sim_vehicle.py does not open MavProxy Prompt Console

Hello, I am following the copter tutorial

Copter SITL/MAVProxy Tutorial — Dev documentation (ardupilot.org)

However, when I run sim_vehicle.py only the console and map show up (as i use sim_vehicle.py --console --map).

This is what appears in the console. However I do need the MavProxy Promp, as there is where I can use commands such as guide and basically control the flight

I can also run the command mavproxy.py. But how can I use its prompt console to write commands such as mode guided?

I am using WSL 2.

Anyhelp is appreciated

The WSL terminal window (where you started SITL) becomes a MavProxy-style interface.

1 Like

lol, you are a genius.

Thanks a lot