In the PX4 documentation, it states:
*WARNING
*After adding a new parameter file, you should call make clean
before building to generate the new parameters. Parameter files are added as part of the CMake configure step, which happens for clean builds and if a CMake file is modified.
However, when I tried creating a new parameter, I didn’t run make clean
and proceeded with a full build, which worked for me.
Can someone confirm if make clean
is necessary? Also, could you explain what make clean
does?