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

Task Programm for Humanoid type A

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

Task Programm for Humanoid type A

Post by thanos79 » Sat Oct 16, 2010 7:20 am

Post by thanos79
Sat Oct 16, 2010 7:20 am

Hello forum...

I used the Default Program for bioloid premium A and added the two IR Sensors in the rignt and left legs on the robot to detects objects and turn .

I want to ask how created the CALL WalkExecute / FunctionWalkExecute??????


Here is the Programm:


[/img][/url][/quote]
Hello forum...

I used the Default Program for bioloid premium A and added the two IR Sensors in the rignt and left legs on the robot to detects objects and turn .

I want to ask how created the CALL WalkExecute / FunctionWalkExecute??????


Here is the Programm:


[/img][/url][/quote]
thanos79
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm

Task Programm for Humanoid type A

Post by thanos79 » Sat Oct 16, 2010 7:22 am

Post by thanos79
Sat Oct 16, 2010 7:22 am

Sorry..... but how can i send the task programm ??????
Sorry..... but how can i send the task programm ??????
thanos79
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm

Task Programm for Humanoid type A

Post by thanos79 » Sat Oct 16, 2010 9:24 am

Post by thanos79
Sat Oct 16, 2010 9:24 am

more specifically

With Lbutton start the Autonomous Walk with Sensors ,IR X 2, 1X DMS.
I want to include and sound sensor to do some motion....and Time Wait????

With U button start the Stability programm.

I don't know how to send the Task Programm??? :oops:

Please Help..............
more specifically

With Lbutton start the Autonomous Walk with Sensors ,IR X 2, 1X DMS.
I want to include and sound sensor to do some motion....and Time Wait????

With U button start the Stability programm.

I don't know how to send the Task Programm??? :oops:

Please Help..............
thanos79
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm

Post by Fritzoid » Mon Oct 18, 2010 1:19 pm

Post by Fritzoid
Mon Oct 18, 2010 1:19 pm

Hi thanos,

The function WalkExecute was written by Robotis along with the associated motion file. The operation is rather simple. You set the variable WalkCommand to one of 16 possible moves then call the function WalkExecute to start the motion. You use WalkCommand=0 to stop by way of the exit page and you use WalkCommand=-1 to stop immediately.

The Autonomous Walk loop is also quite simple. All the action happens within the Endless Loop following the label AutoWalkMode. Within the loop the DMS sensor is read and if the reading is greater than 200 the variable WalkCommand is set to 3 which causes the robot to turn to the left when the the line Call WalkExecute runs. Otherwise the WalkCommand variable is set to 1 and the robot moves continuously forward.

To add an IR sensor into the loop you need to add code that reads the appropriate AD Port and then set WalkCommand to the desired command number when the reading is too high. Something like the code you see for the DMS sensor on Port 5 but using an IR sensor at whatever port number you've attached the sensor to.

With U button start the Stability programm


Maybe you can explain what you mean by the Stability program.

I don't know how to send the Task Programm


You can imbed an image in your posting using the tag buttons above the typing window. First you need to create a graphics file of your image and store it on the Web, say in your files area. To include the graphic in a posting you select Img button to insert the appropriate starting mark into the posting. Next you insert the URL for the graphics file. Finally you select the *Img button to insert the necessary ending tag. The idea is to enclose the image between a starting and an ending tag of the Img type.

There's a line of text above the typing window that changes when you roll your mouse over the various tag buttons. This line shows you what the markup should look like when you are done.

Also notice that once you insert the starting tag, the button that you used will change to the appropriate ending code (same name but with an *). So, you will use the same button for both the starting and the ending tag of any particular type; Quote, Img, URL etc.
Hi thanos,

The function WalkExecute was written by Robotis along with the associated motion file. The operation is rather simple. You set the variable WalkCommand to one of 16 possible moves then call the function WalkExecute to start the motion. You use WalkCommand=0 to stop by way of the exit page and you use WalkCommand=-1 to stop immediately.

The Autonomous Walk loop is also quite simple. All the action happens within the Endless Loop following the label AutoWalkMode. Within the loop the DMS sensor is read and if the reading is greater than 200 the variable WalkCommand is set to 3 which causes the robot to turn to the left when the the line Call WalkExecute runs. Otherwise the WalkCommand variable is set to 1 and the robot moves continuously forward.

To add an IR sensor into the loop you need to add code that reads the appropriate AD Port and then set WalkCommand to the desired command number when the reading is too high. Something like the code you see for the DMS sensor on Port 5 but using an IR sensor at whatever port number you've attached the sensor to.

With U button start the Stability programm


Maybe you can explain what you mean by the Stability program.

I don't know how to send the Task Programm


You can imbed an image in your posting using the tag buttons above the typing window. First you need to create a graphics file of your image and store it on the Web, say in your files area. To include the graphic in a posting you select Img button to insert the appropriate starting mark into the posting. Next you insert the URL for the graphics file. Finally you select the *Img button to insert the necessary ending tag. The idea is to enclose the image between a starting and an ending tag of the Img type.

There's a line of text above the typing window that changes when you roll your mouse over the various tag buttons. This line shows you what the markup should look like when you are done.

Also notice that once you insert the starting tag, the button that you used will change to the appropriate ending code (same name but with an *). So, you will use the same button for both the starting and the ending tag of any particular type; Quote, Img, URL etc.
Fritzoid
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 331
Joined: Mon Dec 18, 2006 1:00 am

Task programm for Humanoid A

Post by thanos79 » Thu Nov 11, 2010 3:14 pm

Post by thanos79
Thu Nov 11, 2010 3:14 pm

Sorry for the delay and thanks to Fritzoid for the respond

At last i found the time to send the program, please find Attached the programm with name :" New two programms" in http://robosavvy.com/Builders with name thanos79/

I will be happy to send me suggestions for corrections or for new programs.

I have already up load and fotos the robot has 19 servos AX-12.

The 19 servo AX-12 is in the head and also the DMS Sensor in the head and the two IR sensors is in the left /Rignt Leg.

thanks and i wait Reviews
Regards Thanos 79 8)
Sorry for the delay and thanks to Fritzoid for the respond

At last i found the time to send the program, please find Attached the programm with name :" New two programms" in http://robosavvy.com/Builders with name thanos79/

I will be happy to send me suggestions for corrections or for new programs.

I have already up load and fotos the robot has 19 servos AX-12.

The 19 servo AX-12 is in the head and also the DMS Sensor in the head and the two IR sensors is in the left /Rignt Leg.

thanks and i wait Reviews
Regards Thanos 79 8)
Last edited by thanos79 on Sat Nov 13, 2010 5:22 pm, edited 1 time in total.
thanos79
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm

Task programm for Humanoid A

Post by thanos79 » Sat Nov 13, 2010 4:53 pm

Post by thanos79
Sat Nov 13, 2010 4:53 pm

Hi again,

Please see the video with the program in youtube in this page:

http://www.youtube.com/watch?v=yLkI4CXsPLg

http://www.youtube.com/watch?v=fHTumGcnS_s

Thanks 8) [/url]
Hi again,

Please see the video with the program in youtube in this page:

http://www.youtube.com/watch?v=yLkI4CXsPLg

http://www.youtube.com/watch?v=fHTumGcnS_s

Thanks 8) [/url]
thanos79
Savvy Roboteer
Savvy Roboteer
Posts: 40
Joined: Wed Mar 10, 2010 6:33 pm


6 postsPage 1 of 1
6 postsPage 1 of 1