yconst / burro

Platform for small-scale self-driving vehicles.
Other
37 stars 19 forks source link

Only consider RC controls if armed #45

Open yconst opened 6 years ago

yconst commented 6 years ago

Currently RC input is always considered. This causes problems if more than one controllers are connected.

Either change input handling to take the sum of all controls, or introduce a flag that shows if the control is active and/or armed.