Touch Path icon Touch Path Sketch paths with finger or mouse and set turn/move speeds; interactive, educational demo of timing-based, sensorless robot navigation and limits. Try it →
Asked

How To Get Decimal Value As Speech Recognition

On a different note what would you recommend to do for speech recognition for expected phases that is not an integer. Is it possible to change 1-10 by 1  to  by .1  or .01 which would give it a tenfold/hundredfold increase in resolution. Wouldn't it be also possible to just have speech recognition just take your number reply and put that into a variable. Once it is a variable number just manipulate it as needed to make it a distance. Go (78.68 inches) left -12589 ticks.


ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

#1  

*Note: We have moved your question into a new thread because it was unrelated to the previous thread.

You can use the Blockly block "Wait for speech range" and divide the response by 10 or 100, depending on the number of decimal places you require.

User-inserted image

#3   — Edited

There's always a way, just have to understand how the computer processes it Thanks