Dear all,
I am trying to configure my Airspeed ETS Sensor for Speed Control and I am getting the following error messages at compiling:
firmwares/fixedwing/guidance/guidance_v.c:358:3: error: 'V_CTL_AUTO_PITCH_MAX_PITCH' undeclared (first use in this function)
firmwares/fixedwing/guidance/guidance_v.c:358:3: note: each undeclared identifier is reported only once for each function it appears in
firmwares/fixedwing/guidance/guidance_v.c:358:3: error: 'V_CTL_AUTO_PITCH_MIN_PITCH' undeclared (first use in this function)
make[1]: *** [/home/jorge/paparazzi/var/Piquero/ap/firmwares/fixedwing/guidance/guidance_v.o] Error 1
How should I declare "V_CTL_AUTO_PITCH_MAX_PITCH" and "V_CTL_AUTO_PITCH_MIN_PITCH"?