I'd like to use ardupilot to control a rocket motor mounted to a gimbal. No I'm not making a guided missile :)
I'd like to have the autopilot run in a stabilization mode only. There is no need for course guidance, I'd just like the sensors to be used to make the rocket fly perpendicular to the horizon.
If I would like to have between 5 and 10 corrections per second I'll need a response time on the board of about 30ms. Given thermopile sensors have a delay of about 20ms, the servo will have a delay of about 50ms I'll need the board to process the correction in about 30ms. Is that possible given the ATmega328P Microcontroller?