I am new to ArduPilot and I have been trying to setup the SITL simulation environment.
What I have done so far (following the instructions on setting up the build environment):
I have cloned the ardupilot git repository.
I have run the command `git submodule update --init --recursive’ as per the instructions
I have run Tools/environment_install/install-prereqs-ubuntu.sh -y successfully, logged back out and back in to make permanent etc.
Finally, I go to run the SITL sim_vehicle.py in the ArduPlane directory with:
@devteam when I reverted from the latest master from github (beta arduplane) back to the last stable release of arduplane the issue went away. Maybe something to look into???
@CAPTA1NHERPDERP Apologies for that wild off-the-cuff suggestion. Your initial description mentioned you’d done the step I suggested.
Your problem is that there’s a bug in the code. Looks like not all compilers are unhappy with no text string being supplied to static_assert - but yours cares.