| Namespaces | |
| test_rosclean | |
| Functions | |
| def | sleep (t) | 
| def | test_get_by_package () | 
| def | test_get_large_file () | 
| def | test_http () | 
| def | test_invalid_file () | 
| def | test_invalid_package () | 
| def | test_no_file () | 
| Variables | |
| anonymous | |
| rospack | |
| s1 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY) | |
| s2 = soundhandle.waveSound("say-beep.wav") | |
| s3 = soundhandle.voiceSound("Testing the new A P I") | |
| s4 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY, 0.3) | |
| s5 = soundhandle.waveSound("say-beep.wav", 0.3) | |
| s6 = soundhandle.voiceSound("Testing the new A P I", 0.3) | |
| soundhandle = SoundClient() | |
| test.s1 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY) | 
| test.s4 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY, 0.3) | 
| test.s6 = soundhandle.voiceSound("Testing the new A P I", 0.3) | 
| test.soundhandle = SoundClient() |