e7356fb0cfd38751274d12c2930cac0f80f8f882,Software/Scratch/GoPiGo3Scratch.py,,,#,993

Before Change


                    photo_cmd="raspistill -o {} -w 640 -h 480 -t 1".format(newimage)
                    call ([photo_cmd], shell=True)
                    os.chown(newimage,pi,pi)
                    if en_debug:
                        print ("Picture Taken")
                    s.sensorupdate({"camera":"Picture Taken"})
                except:
                    if en_debug:
                        e = sys.exc_info()[1]

After Change


    try:
        setup_default_broadcasts()
    except NameError:
        logger.debug ("GoPiGo3 Scratch: Unable to Broadcast")
    detect_distance_sensor()
    while True:
        try:
            m = s.receive()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: DexterInd/GoPiGo3
Commit Name: e7356fb0cfd38751274d12c2930cac0f80f8f882
Time: 2019-05-29
Author: cleoqc1124@gmail.com
File Name: Software/Scratch/GoPiGo3Scratch.py
Class Name:
Method Name:


Project Name: DexterInd/GoPiGo3
Commit Name: e7356fb0cfd38751274d12c2930cac0f80f8f882
Time: 2019-05-29
Author: cleoqc1124@gmail.com
File Name: Software/Scratch/GoPiGo3Scratch.py
Class Name:
Method Name: handle_GoPiGo3_msg


Project Name: DexterInd/GoPiGo3
Commit Name: e7356fb0cfd38751274d12c2930cac0f80f8f882
Time: 2019-05-29
Author: cleoqc1124@gmail.com
File Name: Software/Scratch/GoPiGo3Scratch.py
Class Name:
Method Name: handle_GoPiGo3_Sensor_msg