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

Converter(task code to visual c++)

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

Converter(task code to visual c++)

Post by MOHIT JINDAL » Fri Feb 11, 2011 9:41 pm

Post by MOHIT JINDAL
Fri Feb 11, 2011 9:41 pm

Hi Everyone,
Can any good programmer take the challange and time to develop a tool or software to convert task code and motion code of type A to Visual C++ program ?
Like Mov file to MP4 Converter. :lol:
That will help many of us.
Thanks and Best of Luck,
Mohit Jindal :idea:
Hi Everyone,
Can any good programmer take the challange and time to develop a tool or software to convert task code and motion code of type A to Visual C++ program ?
Like Mov file to MP4 Converter. :lol:
That will help many of us.
Thanks and Best of Luck,
Mohit Jindal :idea:
MOHIT JINDAL
Savvy Roboteer
Savvy Roboteer
Posts: 178
Joined: Wed Nov 10, 2010 7:43 am

Post by Fraser » Fri Feb 11, 2011 10:09 pm

Post by Fraser
Fri Feb 11, 2011 10:09 pm

Hi Mohit,

I don't have time to do this, also it is not something I would want.

But if someone else wants to write the tool then this c++ class will help converting a robotis motion file (.MTN) into standard dynamixel servo movement code.
What is included in this c++ object is a parser that takes a .MTN file and then sets up data structures accordingly.

Somebody just needs to rewrite the PlayMotion(x) function so that it no longer references Axons and instead just have it print out standard dynamixel commands as C code.

http://robosavvy.com/Builders/Fraser/OB ... Motion.zip
Hi Mohit,

I don't have time to do this, also it is not something I would want.

But if someone else wants to write the tool then this c++ class will help converting a robotis motion file (.MTN) into standard dynamixel servo movement code.
What is included in this c++ object is a parser that takes a .MTN file and then sets up data structures accordingly.

Somebody just needs to rewrite the PlayMotion(x) function so that it no longer references Axons and instead just have it print out standard dynamixel commands as C code.

http://robosavvy.com/Builders/Fraser/OB ... Motion.zip
Fraser
Savvy Roboteer
Savvy Roboteer
Posts: 84
Joined: Tue Nov 30, 2010 2:16 pm

Usb2Dynamixel

Post by MOHIT JINDAL » Sun Feb 13, 2011 6:01 pm

Post by MOHIT JINDAL
Sun Feb 13, 2011 6:01 pm

Please help me changing the AXONS code to control all 18 AX12 Dynamixels from PC using Usb2Dynamixel.
How to rewrite the PlayMotion(x) function ?
Thanks.
Please help me changing the AXONS code to control all 18 AX12 Dynamixels from PC using Usb2Dynamixel.
How to rewrite the PlayMotion(x) function ?
Thanks.
MOHIT JINDAL
Savvy Roboteer
Savvy Roboteer
Posts: 178
Joined: Wed Nov 10, 2010 7:43 am

Post by billyzelsnack » Sun Feb 13, 2011 7:41 pm

Post by billyzelsnack
Sun Feb 13, 2011 7:41 pm

MOHIT. This is way above your skill level at the moment. You need to get the basics down before you tackle this bleeding-edge stuff.
MOHIT. This is way above your skill level at the moment. You need to get the basics down before you tackle this bleeding-edge stuff.
billyzelsnack
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 618
Joined: Sat Dec 30, 2006 1:00 am

Programming in Vc++

Post by MOHIT JINDAL » Mon Feb 14, 2011 12:54 pm

Post by MOHIT JINDAL
Mon Feb 14, 2011 12:54 pm

Hi Everyone,
A good programmer needs only 1 hour to make a program to control all 18 Ax12 Dynamixels from Usb2Dynamixel and it will help many roboteers like me who don't want C5 or Cm510.
Can anyone atleast try it ? :roll:
Thanks.
Mohit Jindal
Hi Everyone,
A good programmer needs only 1 hour to make a program to control all 18 Ax12 Dynamixels from Usb2Dynamixel and it will help many roboteers like me who don't want C5 or Cm510.
Can anyone atleast try it ? :roll:
Thanks.
Mohit Jindal
MOHIT JINDAL
Savvy Roboteer
Savvy Roboteer
Posts: 178
Joined: Wed Nov 10, 2010 7:43 am

Re: Programming in VC++

Post by Fraser » Mon Feb 14, 2011 8:43 pm

Post by Fraser
Mon Feb 14, 2011 8:43 pm

MOHIT JINDAL wrote:Hi Everyone,
A good programmer needs only 1 hour to make a program to control all 18 Ax12 Dynamixels from Usb2Dynamixel and it will help many roboteers like me who don't want C5 or Cm510.
Can anyone atleast try it ? :roll:
Thanks.
Mohit Jindal


Robotis has already written this, a complete SDK with examples for visual c++. Read this page:

http://support.robotis.com/en/product/a ... manual.htm
MOHIT JINDAL wrote:Hi Everyone,
A good programmer needs only 1 hour to make a program to control all 18 Ax12 Dynamixels from Usb2Dynamixel and it will help many roboteers like me who don't want C5 or Cm510.
Can anyone atleast try it ? :roll:
Thanks.
Mohit Jindal


Robotis has already written this, a complete SDK with examples for visual c++. Read this page:

http://support.robotis.com/en/product/a ... manual.htm
Fraser
Savvy Roboteer
Savvy Roboteer
Posts: 84
Joined: Tue Nov 30, 2010 2:16 pm

Post by siempre.aprendiendo » Mon Feb 14, 2011 9:53 pm

Post by siempre.aprendiendo
Mon Feb 14, 2011 9:53 pm

I think you, MOHIT JINDAL, already should know it, isn't it?

See here and specially here
I think you, MOHIT JINDAL, already should know it, isn't it?

See here and specially here
siempre.aprendiendo
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 559
Joined: Wed Aug 08, 2007 9:13 pm
Location: Barcelona

Post by MOHIT JINDAL » Tue Feb 15, 2011 12:26 am

Post by MOHIT JINDAL
Tue Feb 15, 2011 12:26 am

Yes I already know that from last 2 months.
I only want a program in VC++ Like autonomus walking of Type A.
I mean to control all 18 Ax12+ from Usb2Dynamixel with time delay and goal position setting.
Any Help from a genious ?
Thanks. :roll:
Yes I already know that from last 2 months.
I only want a program in VC++ Like autonomus walking of Type A.
I mean to control all 18 Ax12+ from Usb2Dynamixel with time delay and goal position setting.
Any Help from a genious ?
Thanks. :roll:
MOHIT JINDAL
Savvy Roboteer
Savvy Roboteer
Posts: 178
Joined: Wed Nov 10, 2010 7:43 am


8 postsPage 1 of 1
8 postsPage 1 of 1