Statistics: Posted by Alan — Thu Mar 05, 2015 12:02 pm
pi@raspberrypi ~/raspberry_pi_camera_bot $ sudo ./robot_web_server.py
sockjs.tornado will use json module
Starting web server...
Read 0XACED 0.38
Expected 0XACED 0.38
elif lineData[ 0 ] == "SetMotorSpeeds" and len( lineData ) >= 3:
leftMotorSpeed = 0.0
rightMotorSpeed = 0.0
elif lineData[ 0 ] == "SetMotorSpeeds" and len( lineData ) >= 3:
elif lineData[ 0 ] == "####SetMotorSpeeds" and len( lineData ) >= 3:
bot.set_motor_speeds( 30.0, 0.0 )
Statistics: Posted by Adeste — Mon Mar 02, 2015 6:11 pm
Statistics: Posted by Alan — Mon Mar 02, 2015 8:55 am
Statistics: Posted by Adeste — Sun Mar 01, 2015 11:07 pm
Statistics: Posted by Adeste — Fri Feb 20, 2015 7:35 am
bot._websocket.send( "speak", "Hello" )
Statistics: Posted by Alan — Wed Feb 18, 2015 3:02 pm
def robot(text):
os.system("espeak ' " + text + " ' ")
Statistics: Posted by Adeste — Tue Feb 17, 2015 9:20 am