ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

#1  

In your connection or ini script you can call an Auto Position frame...


ControlCommand("Auto Position", AutoPositionFrameJump, "KDstand")

If you use the above example you will need a frame called "KDstand" in your Auto Position control. You don't have to use the name KDstand, you can call it whatever you want as long as there is a corresponding frame named after it...

or you can do it the hard way.... You can set KD's servos one by one...


servo(D0,90) # these numbers you'll need to change them for the proper pose
servo(D1,120)
servo(D2,80)
servo(D3,130)

etc....

PRO
Belgium
#2  

rr

ok i make a frame how i want che will stand.

thanks

#3  

Good, you create the frame... What did you call it?

United Kingdom
#4  

Have a look at the JD example, it does exactly what you are asking.

PRO
Belgium
#5  

rr kd stand.and che waves say hi am kd. i have to adjust the rgb in head seems not right. then i post a video.

rich

ah thank you