ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.8k stars 2.42k forks source link

Reboot and auto reconnect will loading for a long time when APM set CAN_P1_DRIVER to 1 #3384

Open cuav-chen2 opened 4 months ago

cuav-chen2 commented 4 months ago

Issue details

In current Ardupilot master branch if compile with copter, when set CAN_P1_DRIVER or CAN_P2_DRIVER to 1 and send a reboot command to autopilot, Mission Planner will reconnect automaticlly and enter a infinite loading state just like that: mp2

In order to exit this loading state, you must disconnect and reconnect manually in MP, or click the Retry Now button in CONFIG tabs. When MP staying in the loading state, the console window shows that it reading a 'None' param. This issue will not occur if APM changes GPS1_TYPE to any value. But if reset all paramters to default, this issue will reappear. MP_Console

I guess it might be a MP issue, see https://github.com/ArduPilot/ardupilot/issues/27608.

Version

ArduCopter V4.6.0-dev Mission Planner 1.3.81 build 1.3.8741.25556

Platform

[ ] All [ ] AntennaTracker [ x ] Copter [ ] Plane [ ] Rover [ ] Sub

Airframe type

Copter

Logs

no logs.