Society of Robots - Robot Forum

Software => Software => Topic started by: dv.phaneeswar on January 31, 2013, 09:02:51 AM

Title: how to program a voice controlled biped robot
Post by: dv.phaneeswar on January 31, 2013, 09:02:51 AM
sir,
      i want to build a voice controlled biped robot i have understood both voice recognition program and biped program given in the website but i dont know how to combine those two to make a voice controlled biped, can any one help me in programming to complete this project ?
Title: Re: how to program a voice controlled biped robot
Post by: newInRobotics on February 01, 2013, 01:08:26 AM
If You did understand voice recognition and biped programs, You would not ask how to add VR feature to biped robot. Learn what output VR algorithm outputs and what input biped program takes to make robot do something. In computers passing data from module to module (or inside module) is done using numbers. So, if VR algo outputs 255 when You say "Go", it means biped program has to take 255 as it's input and interpret it to move actuators in a manner so that robot moves forward.