tracker: release manual control when setting mode - #1575
Conversation
095e75c to
b8dd2d2
Compare
|
Automated review note — AI-generated (Claude), validated against the live diff. Please sanity-check before acting. Reviewed at head One ordering issue. For transparency: my two review passes disagreed on this one — one called it a blocking bug, the other a minor note. Both described the same mechanics, so I've landed between them: a real ordering defect with a trivial fix, but it needs the send to actually raise, and this is an antenna tracker rather than a vehicle. Two smaller notes. The generic |
When I was testing ArduPilot/ardupilot#30202, it took me a while to figure out how to release manual control. Once you do
tracker position, you cannot get the tracker to do anything else until you calltracker position 32767 32767.I think it's probably appropriate to release manual control any time the user changes mode, so that's what I've done here.