{
"parts": [{
"arms": [{
"command": "right 50 45 0 0 0 0 0 0",
"id": 0
}, {
"command": "left 50 0 0 0 45 0 0 0",
"id": 1
}, {
"command": "sleep 3.0",
"id": 3
}, {
"command": "right 50 0 0 0 0 0 0 0",
"id": 4
}, {
"command": "left 50 0 0 0 0 0 0 0",
"id": 5
}]
}, {
"neck": [{
"command": "angle 20 0 20",
"id": 0
}, {
"command": "sleep 3.0",
"id": 1
}, {
"command": "angle 20 0 0",
"id": 2
}]
}, {
"torso": [{
"command": "angle 20 20 0 0",
"id": 0
}, {
"command": "sleep 3.0",
"id": 1
}, {
"command": "angle 20 0 0 0",
"id": 2
}]
}, {
"play": [{
"command": "play song.mp3",
"id": 0
}, {
"command": "sleep 30",
"id": 1
}, {
"command": "stop",
"id": 2
}]
}, {
"led": [{
"command": "pub head sharp_on 65 1 #FFFFFF 0 false",
"id": 0
}, {
"command": "sleep 0.2",
"id": 1
}]
}, {
"bash": [{
"command": "/opt/promobot/share/promobot_scripts/scripts/3.1/UpVolume.sh",
"id": 0
}]
}, {
"drive": [{
"command": "forward 0.5",
"id": 0
}, {
"command": "sleep 1.0",
"id": 1
}, {
"command": "left 0.5",
"id": 2
}, {
"command": "sleep 1.0",
"id": 3
}]
}, {
"play_motion": [{
"command": "play script.yaml",
"id": 0
}, {
"command": "sleep 60",
"id": 1
}]
}, {
"eyes": [{
"command": "pub heart.gif",
"id": 0
}, {
"command": "sleep 3.0",
"id": 1
}]
}, {
"promo": [{
"command": "url Image.jpg",
"id": 0
}, {
"command": "sleep 5",
"id": 1
}, {
"command": "url https://google.com",
"id": 2
}, {
"command": "sleep 5",
"id": 3
}]
}]
}
|