You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a huge deal but there's a slightly distracting error message, "REQUEST_AUTOPILOT_CAPABILITIES: FAILED" which is apparently caused by MAVProxy asking Mission Planner for it's capabilities and MP doesn't respond. MP isn't an autopilot so I think the correct fix would be for MAVProxy to skip asking for capabilities from vehicle's emitting a HEARTBEAT message with "type" of MAV_TYPE_GCS (e.g. 6)
The text was updated successfully, but these errors were encountered:
It's not a huge deal but there's a slightly distracting error message, "REQUEST_AUTOPILOT_CAPABILITIES: FAILED" which is apparently caused by MAVProxy asking Mission Planner for it's capabilities and MP doesn't respond.
If that were true then we wouldn't get "FAILED" - we'd probably just get nothing instead.
OK, thanks for that. So the cause is different but the best place to do the fix is on the MAVProxy side I guess (e.g. the PR you've linked). MAVProxy is a developer focused GCSs so I'm not hugely fussed but I'd vote for your PR getting merged I think.
It's not a huge deal but there's a slightly distracting error message, "REQUEST_AUTOPILOT_CAPABILITIES: FAILED" which is apparently caused by MAVProxy asking Mission Planner for it's capabilities and MP doesn't respond. MP isn't an autopilot so I think the correct fix would be for MAVProxy to skip asking for capabilities from vehicle's emitting a HEARTBEAT message with "type" of MAV_TYPE_GCS (e.g. 6)
The text was updated successfully, but these errors were encountered: