|
@@ -364,9 +364,9 @@ def call_achor_video_v2(fileName,avatar):
|
|
val=random.randint(1000000,9999999)
|
|
val=random.randint(1000000,9999999)
|
|
ros.chdir('/home/jared/to_video')
|
|
ros.chdir('/home/jared/to_video')
|
|
if avatar ==7:
|
|
if avatar ==7:
|
|
- ros.system('./p6.sh '+str(val)+' &')
|
|
|
|
- else :
|
|
|
|
ros.system('./p7.sh '+str(val)+' &')
|
|
ros.system('./p7.sh '+str(val)+' &')
|
|
|
|
+ else :
|
|
|
|
+ ros.system('./p6.sh '+str(val)+' &')
|
|
|
|
|
|
while True:
|
|
while True:
|
|
print('waiting...')
|
|
print('waiting...')
|