Hi,
I´m using the EV3 Gyro sensor to programm a robot with BrickPi 3 and Python. It looks like I only have access to the function “XX.get_sensor()”, which returns the position and/or the rotation rate after setting one of the following sensor types:
EV3_GYRO_ABS
EV3_GYRO_DPS
EV3_GYRO_ABS_DPS
I want to calibrate the sensor so that I can reset the absolute position. Is it possible to do this with BrickPi?