1c2f05dabf2c41dd79cc7b8c3714a2da681ba420,Software/Python/easysensors.py,LineFollower,get_white_calibration,#LineFollower#,1794

Before Change


        Also, for fully calibrating the sensor, the :py:class:`~easysensors.LineFollower.get_black_calibration` method also needs to be called.

        
        return line_sensor.get_white_line()

    def get_black_calibration(self):
        
        Place the `GoPiGo3`_ robot on top of a black-colored surface.

After Change


        Also, for fully calibrating the sensor, the :py:class:`~easysensors.LineFollower.get_black_calibration` method also needs to be called.

        
        self.white_line = line_sensor.get_white_line()
        self._calculate_threshold()
        return self.white_line

    def get_black_calibration(self):
        
        Place the `GoPiGo3`_ robot on top of a black-colored surface.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 7

Instances


Project Name: DexterInd/GoPiGo3
Commit Name: 1c2f05dabf2c41dd79cc7b8c3714a2da681ba420
Time: 2018-09-12
Author: cleoqc1124@gmail.com
File Name: Software/Python/easysensors.py
Class Name: LineFollower
Method Name: get_white_calibration


Project Name: DexterInd/GoPiGo3
Commit Name: 5849047558aa1e573b49dc572adec44d9960084c
Time: 2018-09-21
Author: robert.lucian.chiriac@gmail.com
File Name: Software/Python/easysensors.py
Class Name: LineFollower
Method Name: get_white_calibration


Project Name: DexterInd/GoPiGo3
Commit Name: 1c2f05dabf2c41dd79cc7b8c3714a2da681ba420
Time: 2018-09-12
Author: cleoqc1124@gmail.com
File Name: Software/Python/easysensors.py
Class Name: LineFollower
Method Name: get_black_calibration


Project Name: DexterInd/GoPiGo3
Commit Name: 5849047558aa1e573b49dc572adec44d9960084c
Time: 2018-09-21
Author: robert.lucian.chiriac@gmail.com
File Name: Software/Python/easysensors.py
Class Name: LineFollower
Method Name: get_black_calibration