Sim_vehicle.py No Command Found

Hi there,

I have followed all the instructions to install SITL, however when executing the command sim_vehicle.py i get the error saying no command found. I can find the file however in the directory when it was installed. However even in that directory i can’t run the file. Any idea?

Which instructions where you following? This seems to be a PATH issue.

Try running this from ~/ardupilot:

./Tools/autotest/sim_vehicle.py -v ArduCopter

6 Likes

As Peter said you miss to configure your PATH : see http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html#add-some-directories-to-your-search-path

1 Like

Awesome that worked, thanks for that guys

You saved my day! thanks.