ipa320 / cob_android

Apache License 2.0
2 stars 10 forks source link

use non-blocking service calls with script server #4

Closed floweisshardt closed 8 years ago

floweisshardt commented 9 years ago

please set req.mode to False

This is especially important for "init all" to be executed in parallel.

benmaidel commented 9 years ago

i think req.mode is the wrong field to modify. req.mode specifies the type of motion to execute. For example: req.mode=omni => omnidirectional, req.mode=diff => differential.

There are two ways to resolve this issue.

floweisshardt commented 9 years ago

as discussed with @ipa-bnm we'll implement option 1 (always non blocking calls to sss in android script server).

fmessmer commented 9 years ago

@ipa-bnm @ipa-fmw can we close this as #9 was merged?

benmaidel commented 8 years ago

yes, we can close it