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

An AX-12 segway

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

An AX-12 segway

Post by billyzelsnack » Tue Oct 27, 2009 4:27 am

Post by billyzelsnack
Tue Oct 27, 2009 4:27 am

http://www.youtube.com/watch?v=5wJtI1D5daA

Well.. Kinda. Still lots of fiddling to do.

It uses the rotomotion Kalman, a piece of angle aluminum, Arnaud's bus, hacked all to hell dynamixel example code, and Jon's IMU.

btw. Jon.. What's the gyro chip you were using on these? It looks like the newer sparkfun IMU's are different. The rotomotion Kalman code needs the rate in real world units and I'm not sure I have this set correctly.
http://www.youtube.com/watch?v=5wJtI1D5daA

Well.. Kinda. Still lots of fiddling to do.

It uses the rotomotion Kalman, a piece of angle aluminum, Arnaud's bus, hacked all to hell dynamixel example code, and Jon's IMU.

btw. Jon.. What's the gyro chip you were using on these? It looks like the newer sparkfun IMU's are different. The rotomotion Kalman code needs the rate in real world units and I'm not sure I have this set correctly.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Post by Suicidal.Banana » Tue Oct 27, 2009 12:34 pm

Post by Suicidal.Banana
Tue Oct 27, 2009 12:34 pm

cool stuff man, id love to see more of it, 'segway style' ftw
cool stuff man, id love to see more of it, 'segway style' ftw
Suicidal.Banana
Savvy Roboteer
Savvy Roboteer
Posts: 78
Joined: Tue Jun 16, 2009 12:54 pm

Post by limor » Tue Oct 27, 2009 8:39 pm

Post by limor
Tue Oct 27, 2009 8:39 pm

finally someone did it!

did you use the CM5 or USB2Dynamixel ?
what feedback loop rate ?

phpBB [media]
:lol:
finally someone did it!

did you use the CM5 or USB2Dynamixel ?
what feedback loop rate ?

phpBB [media]
:lol:
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Post by billyzelsnack » Tue Oct 27, 2009 11:37 pm

Post by billyzelsnack
Tue Oct 27, 2009 11:37 pm

That white thing I'm holding is a shrink wrapped USB bus interface (basically Arnaud's design). It's running in Windows with a Sleep(32) in the loop so who knows what the sampling rate really is!

A much better idea would be a torso box, CM5, and battery so it can be off the leash. Bigger wheels would be nicer too.

(psst.. Limor.. What's the trick to embed youtube vids?)
That white thing I'm holding is a shrink wrapped USB bus interface (basically Arnaud's design). It's running in Windows with a Sleep(32) in the loop so who knows what the sampling rate really is!

A much better idea would be a torso box, CM5, and battery so it can be off the leash. Bigger wheels would be nicer too.

(psst.. Limor.. What's the trick to embed youtube vids?)
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Post by billyzelsnack » Tue Oct 27, 2009 11:44 pm

Post by billyzelsnack
Tue Oct 27, 2009 11:44 pm

billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Post by limor » Wed Oct 28, 2009 9:00 pm

Post by limor
Wed Oct 28, 2009 9:00 pm

(psst.. Limor.. What's the trick to embed youtube vids?)

you can just copy-paste the embed/object html code provided by youtube for any video
also, you can embed flickr pictures (right click copy image url)
Image
(psst.. Limor.. What's the trick to embed youtube vids?)

you can just copy-paste the embed/object html code provided by youtube for any video
also, you can embed flickr pictures (right click copy image url)
Image
limor
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1845
Joined: Mon Oct 11, 2004 1:00 am
Location: London, UK

Re: An AX-12 segway

Post by JonHylands » Sun Nov 29, 2009 6:23 pm

Post by JonHylands
Sun Nov 29, 2009 6:23 pm

billyzelsnack wrote:http://www.youtube.com/watch?v=5wJtI1D5daA

Well.. Kinda. Still lots of fiddling to do.

It uses the rotomotion Kalman, a piece of angle aluminum, Arnaud's bus, hacked all to hell dynamixel example code, and Jon's IMU.

btw. Jon.. What's the gyro chip you were using on these? It looks like the newer sparkfun IMU's are different. The rotomotion Kalman code needs the rate in real world units and I'm not sure I have this set correctly.


The gyro chip on my original IMUs was the IDG-300 for pitch and roll, and the ADXRS300 for yaw.

I've got a new IMU now, which is cheaper ($175), and uses the new ST gyros.

I'd be very interested in seeing your Kalman filter routine.

- Jon
billyzelsnack wrote:http://www.youtube.com/watch?v=5wJtI1D5daA

Well.. Kinda. Still lots of fiddling to do.

It uses the rotomotion Kalman, a piece of angle aluminum, Arnaud's bus, hacked all to hell dynamixel example code, and Jon's IMU.

btw. Jon.. What's the gyro chip you were using on these? It looks like the newer sparkfun IMU's are different. The rotomotion Kalman code needs the rate in real world units and I'm not sure I have this set correctly.


The gyro chip on my original IMUs was the IDG-300 for pitch and roll, and the ADXRS300 for yaw.

I've got a new IMU now, which is cheaper ($175), and uses the new ST gyros.

I'd be very interested in seeing your Kalman filter routine.

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by billyzelsnack » Sun Nov 29, 2009 7:45 pm

Post by billyzelsnack
Sun Nov 29, 2009 7:45 pm

It's just a quickly hacked mess, but sure..

http://www.mediafire.com/?sharekey=e01a ... 0f25e869f4

At some point soon I'll be trying to get that tilt.* code to work on that servo board I'm working on.
It's just a quickly hacked mess, but sure..

http://www.mediafire.com/?sharekey=e01a ... 0f25e869f4

At some point soon I'll be trying to get that tilt.* code to work on that servo board I'm working on.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Post by JonHylands » Mon Nov 30, 2009 2:57 pm

Post by JonHylands
Mon Nov 30, 2009 2:57 pm

Thanks, I'll have a look at it. What is the kalman code running on?

- Jon
Thanks, I'll have a look at it. What is the kalman code running on?

- Jon
JonHylands
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 512
Joined: Thu Nov 09, 2006 1:00 am
Location: Ontario, Canada

Post by billyzelsnack » Mon Nov 30, 2009 4:57 pm

Post by billyzelsnack
Mon Nov 30, 2009 4:57 pm

It's just running on the PC.
It's just running on the PC.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am


10 postsPage 1 of 1
10 postsPage 1 of 1