--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Input from Marco and others would be good on this point as well. My opinion is below..
I like this idea:
So given this last point, maybe it is simpler to just have a 2-position CH7/CH8 toggle to reset the mission, and leave all the flight mode selection to the existing controls?
I think we need to allow people to keep using the current behavior so maybe we need a parameter which controls whether changing into AUTO mode will restart the mission or resume it. We could call it AUTO_RESUME and by default it’s “0” (the current behaviour) which means it always restarts the mission. When set to “1” it will resume instead. This parameter should probably be in the main Parameter.pde instead of in the mission library.
For the ch7/ch8 switches we could do any or all of these:
1. An option called “Auto Reset” which sets the mission back to the first command but doesn’t switch the vehicle into Auto.
2. An option called “Auto Resume” which sets the vehicle into Auto from the last active waypoint.
3. An option called “Auto Restart” which sets the mission back to the first waypoint and starts the mission (i.e. current behaviour).
but to keep it simple I think we should just implement #1 and default the AUTO_RESUME parameter to 1.
By the way, there’s an existing ch7/ch8 AUTO option . When the user puts it high it switches into AUTO. When the switch is put low it reverts back to the flight mode indicated by the ch5 switch. I think we just need to be sure that it continues to act just like the Auto invoked when the ch5 flight mode switch is used.
-Randy
...
I like this idea:
So given this last point, maybe it is simpler to just have a 2-position CH7/CH8 toggle to reset the mission, and leave all the flight mode selection to the existing controls?
I think we need to allow people to keep using the current behavior so maybe we need a parameter which controls whether changing into AUTO mode will restart the mission or resume it. We could call it AUTO_RESUME and by default it’s “0” (the current behaviour) which means it always restarts the mission. When set to “1” it will resume instead. This parameter should probably be in the main Parameter.pde instead of in the mission library.
I like this idea:
So given this last point, maybe it is simpler to just have a 2-position CH7/CH8 toggle to reset the mission, and leave all the flight mode selection to the existing controls?
I think we need to allow people to keep using the current behavior so maybe we need a parameter which controls whether changing into AUTO mode will restart the mission or resume it. We could call it AUTO_RESUME and by default it’s “0” (the current behaviour) which means it always restarts the mission. When set to “1” it will resume instead. This parameter should probably be in the main Parameter.pde instead of in the mission library.