Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

[ASK] Control multiple actuators with embedded C

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
4 postsPage 1 of 1
4 postsPage 1 of 1

[ASK] Control multiple actuators with embedded C

Post by faris » Fri Mar 02, 2012 11:09 am

Post by faris
Fri Mar 02, 2012 11:09 am

Excuse me everyone,,

I have a problem to make (example) a walking step with embedded C, because i dont fully understand about it.

Have you ever tried to control multiple actuators (dynamixel, especially all servos) with embedded C provided by Robotis (CM-510) to make a pose like ini motion page??
If you have an example(s) of that kind of program, could you please share it here??

I'm sorry for my bad english,, thanks in advance :D
Excuse me everyone,,

I have a problem to make (example) a walking step with embedded C, because i dont fully understand about it.

Have you ever tried to control multiple actuators (dynamixel, especially all servos) with embedded C provided by Robotis (CM-510) to make a pose like ini motion page??
If you have an example(s) of that kind of program, could you please share it here??

I'm sorry for my bad english,, thanks in advance :D
faris
Newbie
Newbie
Posts: 5
Joined: Sat Dec 17, 2011 4:02 am

Post by siempre.aprendiendo » Fri Mar 02, 2012 7:26 pm

Post by siempre.aprendiendo
Fri Mar 02, 2012 7:26 pm

Hi and welcome Faris :)

Have you read Dynamixel Synchronization Control? I think it can help you.

By the way, do you know the Robotis support website? You will find there almost all the information you will need about Robotis products!

You also will find here some additional information about programming CM-510 in C.
Hi and welcome Faris :)

Have you read Dynamixel Synchronization Control? I think it can help you.

By the way, do you know the Robotis support website? You will find there almost all the information you will need about Robotis products!

You also will find here some additional information about programming CM-510 in C.
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by faris » Tue Mar 06, 2012 12:46 pm

Post by faris
Tue Mar 06, 2012 12:46 pm

Hello Mr. siempre.aprendiendo

I have read the dynamixel sync program and instructions,
but I still confused about the maths function in the program.
could you please tell me how it works??

by the way, Thanks for your reply and advice.
Hello Mr. siempre.aprendiendo

I have read the dynamixel sync program and instructions,
but I still confused about the maths function in the program.
could you please tell me how it works??

by the way, Thanks for your reply and advice.
faris
Newbie
Newbie
Posts: 5
Joined: Sat Dec 17, 2011 4:02 am

Post by siempre.aprendiendo » Tue Mar 06, 2012 2:30 pm

Post by siempre.aprendiendo
Tue Mar 06, 2012 2:30 pm

Which math funcions do you refer to?

Oh, "phase[i] = 2*PI * (float)i / (float)NUM_ACTUATOR;" and "GoalPos = (int)((sin(theta+phase[i]) + 1.0) * (float)AmpPos);" ? Don't worry, is only an example of movement calculation.
Which math funcions do you refer to?

Oh, "phase[i] = 2*PI * (float)i / (float)NUM_ACTUATOR;" and "GoalPos = (int)((sin(theta+phase[i]) + 1.0) * (float)AmpPos);" ? Don't worry, is only an example of movement calculation.
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona


4 postsPage 1 of 1
4 postsPage 1 of 1