Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited
Resolved Resolved by Dunning-Kruger!

Ini Pose

i wanted to make an ini pose,a pose kd will pose when i connect to ez builder.

dont know whits one to take.


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates with ARC Pro edition. You'll have everything that's needed to unleash your robot's potential!

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

Code:


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...

Code:


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