rosjava / android_remocons

Android based remote controllers for 1-1 robot pairing and multi-robot concerts.
21 stars 28 forks source link

Robot remocon crashes when apps return #46

Closed stonier closed 10 years ago

stonier commented 10 years ago

This is a watchdog problem - returning from the running activity to the app list often takes longer than expected to reestablish the watchdog topic.

https://github.com/robotics-in-concert/rocon_app_platform/pull/131 gives it more breathing space.

I don't know if it's possibly to actually keep that connection inbetween switching activities...