qgroundcontrol
qgroundcontrol copied to clipboard
I can't add a fence in the Daily build, but it works correctly in v428
Expected Behavior
When I connect QGC with PX4 jmavsim and try to add a fence on QGC, I find the buttonis gray and I can't click it.
I don't personally have this problem nor do I see any obvious changes related to it from the daily but maybe @DonLakeFlyer has an idea
This works fine for me with MockLink. I can't test jmavsim on OSX. The code is as follows:
bool GeoFenceController::supported(void) const
{
return (_managerVehicle->capabilityBits() & MAV_PROTOCOL_CAPABILITY_MISSION_FENCE) && (_managerVehicle->maxProtoVersion() >= 200);
}
My guess is that jmavsim is not running mavlink v2.