wall e lover 360
Canada
Asked
— Edited
Resolved by Dunning-Kruger!
Hi guys can you help me to make my wall-e wave? I have one servo connected to his hand, and I want that servo to move up and down with one command can any body tell me how to do that? thanks Dante
You can use a basic horizontal or vertical servo control or try the below in a script..
how do you use that command in speech recognition though ?
Open speech rec and on an empty line type in the left hand line (box)... Say hi wall e ... Now in the box (line next to it copy my script and paste it into that box. Now when you say "Say Hi wall e" it will execute my script and hopefully move the servo on D0 back a forth...
I still don't really get what this means do I have to paste all of this in the box? servo(D12,180) sleep(500) servo(D12,150) sleep(500) servo(D12,180) sleep(500) servo(d12,150) sleep(500) servo(D12,180)
Double click on the box... it will open and an empty script will appear... It will have numbered lines... paste it into there
The servo positions may need to be adjusted... I just assumed 180 was when Wall e had his arm up... 180 could be when his arm is actually down so you would have to use maybe this instead
Thank you soooooooo much Richard! My wall-e waves now you are the best! I had no idea how to script until you helped me learn thanks again Dante
You're welcome Dante... feel free to experiment with my code (change things) and see if you can make wall e do other hand gestures or movements...
Auto position would be the easier method, and for other actions.
Set up the frames, the software joins them up when actions are created. ControlCommand to call the action to start and viola, nice smooth movements
@Rich... You're absolutely right, but I got the sense that Dante is either new at this or is a young kid (no offence if I am wrong)... I wanted to try and keep it simple for him to get him up and running...