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

Where to start ?

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

Where to start ?

Post by Fritzoid » Mon Jan 11, 2010 12:47 pm

Post by Fritzoid
Mon Jan 11, 2010 12:47 pm

OK, so you,ve fitted all the nuts into their little slots. You've built and painted your premium Bioloid and tried-out all the built-in moves. Now you're saying to yourself, it's time to look into programming this guy! But there isn't any useful information about that on the RoboPlus CD. Where do you go next? Try this ...

http://robotis.dyndns.org/techsupport/en/
OK, so you,ve fitted all the nuts into their little slots. You've built and painted your premium Bioloid and tried-out all the built-in moves. Now you're saying to yourself, it's time to look into programming this guy! But there isn't any useful information about that on the RoboPlus CD. Where do you go next? Try this ...

http://robotis.dyndns.org/techsupport/en/
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am

Good question

Post by UncleBob » Sun Jan 17, 2010 8:02 am

Post by UncleBob
Sun Jan 17, 2010 8:02 am

I think it is silly to ship the roboplus cd without any documentation on how to use it. Furthermore the old robot motion does not work with new cm510.

So what next is first run robotplus motion, save the default motion to somewhere save.

Then download a few sample program and start guessing.
I think it is silly to ship the roboplus cd without any documentation on how to use it. Furthermore the old robot motion does not work with new cm510.

So what next is first run robotplus motion, save the default motion to somewhere save.

Then download a few sample program and start guessing.
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Post by billyzelsnack » Sun Jan 17, 2010 5:44 pm

Post by billyzelsnack
Sun Jan 17, 2010 5:44 pm

They have documentation. It's just in Korean!

I'd rather they not hold off the English version just for sake of an English manual.
They have documentation. It's just in Korean!

I'd rather they not hold off the English version just for sake of an English manual.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Default motion

Post by UncleBob » Sun Jan 17, 2010 5:49 pm

Post by UncleBob
Sun Jan 17, 2010 5:49 pm

They should also include the default motion and task file. I have accidently overriden mine and still can't find it on the web to redownload. [/list]
They should also include the default motion and task file. I have accidently overriden mine and still can't find it on the web to redownload. [/list]
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Post by billyzelsnack » Sun Jan 17, 2010 9:04 pm

Post by billyzelsnack
Sun Jan 17, 2010 9:04 pm

Yeah. I completely agree there.
Yeah. I completely agree there.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Post by Fritzoid » Wed Jan 20, 2010 12:46 pm

Post by Fritzoid
Wed Jan 20, 2010 12:46 pm

I've uploaded an archive "Humanoid.zip" to my files area. It contains two files, Humanoid_A.mtn and Humanoid_A.tsk. The first file is the motion file that I extracted from my CM-510 using the Motion Editor. The second file is a task file that I recovered from the Robotis Technical Support site.

Note, I had to do some hand editing to get the task file to load into RoboPlus!

You can find it at http://robosavvy.com/Builders/Fritzoid/
I've uploaded an archive "Humanoid.zip" to my files area. It contains two files, Humanoid_A.mtn and Humanoid_A.tsk. The first file is the motion file that I extracted from my CM-510 using the Motion Editor. The second file is a task file that I recovered from the Robotis Technical Support site.

Note, I had to do some hand editing to get the task file to load into RoboPlus!

You can find it at http://robosavvy.com/Builders/Fritzoid/
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am

Cheers

Post by UncleBob » Thu Jan 21, 2010 7:07 am

Post by UncleBob
Thu Jan 21, 2010 7:07 am

I am using the one download from robotis kr version, it works fine.

I think I tried download the english version but the action almost twisted the arm.

I try your version later. Thanks
I am using the one download from robotis kr version, it works fine.

I think I tried download the english version but the action almost twisted the arm.

I try your version later. Thanks
UncleBob
Savvy Roboteer
Savvy Roboteer
Posts: 398
Joined: Sun Dec 27, 2009 5:25 am

Post by Fritzoid » Wed Sep 22, 2010 11:11 am

Post by Fritzoid
Wed Sep 22, 2010 11:11 am

I've been working with the Robotis example program Humanoid_A recently and I've uncovered two bugs (so far) in the English version. Neither one appears in the Korean version. I've fixed them both and uploaded the new archive to my files area. See previous post for link.

The first error is on line 729. The code currently reads:

IF(WalkState == 9)

It should read:

IF(WalkCommand == 9)

The second error is on line 822. The delivered code reads:

WalkState = WalkState

This should be:

WalkState = WalkCommand

You can edit these lines by hand if you don't want to use my archive.
I've been working with the Robotis example program Humanoid_A recently and I've uncovered two bugs (so far) in the English version. Neither one appears in the Korean version. I've fixed them both and uploaded the new archive to my files area. See previous post for link.

The first error is on line 729. The code currently reads:

IF(WalkState == 9)

It should read:

IF(WalkCommand == 9)

The second error is on line 822. The delivered code reads:

WalkState = WalkState

This should be:

WalkState = WalkCommand

You can edit these lines by hand if you don't want to use my archive.
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am


8 postsPage 1 of 1
8 postsPage 1 of 1