PX4-Autopilot: PX4 SITL Firmware Start Error - No Such File or Directory

Hi, I am trying to setup PX4 SITL setup for Airsim. I followed the procedure stated here. First I installed the prerequisites (Bash on Windows and Linux Toolchains) and then pulled the PX4 firmware code and build it using the following commands:

git clone https://github.com/PX4/Firmware.git
cd Firmware
git submodule update --init --recursive
make posix_sitl_default

The build went well without any error message. But when I try to start the PX4 firmware using the following command:

./build/posix_sitl_default/px4 ./posix-configs/SITL/init/ekf2/iris

or

./build_posix_sitl_default/src/firmware/posix/px4 ./posix-configs/SITL/init/lpe/iris

It just shows No such file or directory. Can someone tell me what i am missing and how to get it to work. Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

As stated above the build structure is very different now than in the original issue description. You’ll need to provide more information of the problem.