Yesterday ,I want to test follow mode ,and I find follow wiki page,the page show that follow mode have some parameters I should be set . My QUADROTOR firmware version is AC3.6.2 ,and my MissionPlanner version is 1.3.59 ,in my MissionPlanner’s Full Parameters List ,I don’t find follow mode parameters.
But strangely ,I connected my HeilCopter which firmware version is the same 3.6.2 with the same MissionPlanner,I surprised find there were follow mode parameters from Full Parameters List.
I also do not find previous firmware such as AC 3.6.0 3.6.2 , and I can’t download the previous version of firmware to test if my firmware version lead to I do not find these follow mode parameters.
Has anyone met this problem like me? @rmackay9@zhangsir
I guess maybe Tridge already helped you? In any case, I suspect the issue is that the -v2 version of the firmware was loaded to the board. the “-v2” version is for the Pixhawk boards that suffer from the 1MB limit. It may be that if you switch over to use the ChibiOS version of the firmware that the parameter will appear. The AP ChibiOS builds are smaller so everything can fit even on boards with the 1MB limit.
Thanks for your help! I’m very glad to receive your reply.It’s my first time receive your reply.
At morning ,I had made two tests according to your reply.
First,I uploaded AC3.6.3 QUAD firmware to my Pixhawk which hardare version is pX4 2.4.8, and MissionPlanner page prompts me if I need to upgrade to Chibi0S,I clicked YES.After uplaod, my system message was shown in the following figure
Later,I eased AC3.5.7 HEIL firnware in my CUAV PixhackV3, and uplaoded AC3.6.3 QUAD firmware to it.This time MissionPlanner didn’t prompts me if I need to upgrade to Chibi0S.I didn’t care abou it.After uplaod,my system message was shown in the following figure.
I suspect the CUAV Pixhackv3 is a ChibiOS only board and probably doesn’t suffer from the 1MB limit. We probably only added support for this board under ChibiOS which explains why MP doesn’t ask the “Upload ChibiOS?” question.
To sort out the Pixhawk board, I suspect you can load the -v3 firmware onto this board and it will actually fit. So perhaps manually download the “-v3” firmware from this directory (for NuttX) or the “.apj” file from this directory (for the ChibiOS version) and load it to the board using the MP’s “load custom firmware” option.