Is it possible to run px4 sim without command prompt

Is it possible to run px4 sim without pxh> command prompt at the end?

I run via make px4_sitl gazebo-classic_typhoon_h480 or multi-vehicle scripts.

I see px4 exec has -d switch - daemon mode, don't start pxh shell - but how to invoke it as I do not run px4 directly?!

Try export NO_PXH=1.

Also see: PX4-Autopilot/sitl_run.sh at 1e93ae31482f6bdc64bc8120f5f2e5508dfef625 ยท PX4/PX4-Autopilot ยท GitHub

1 Like

Thanks a lot @JulianOes!!! Above works for both: for multi-vehicle and single-vehicle (make px4_sitl gazebo-classic_typhoon_h480) variant as well.

1 Like