You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Connect the EV3 brick by USB
2. Run the command: gyrorate = b.inputReadSI(0,Device.Port2,Device.GyroRate);
3. The value is NaN. Doesn't matter if the robot is moving or not, it is always
NaN. It also tends to reset the Gyro Angle every time it runs.
What is the expected output? What do you see instead?
The command should give the value of the gyro rate. If stationary, it should
give zero. But it always gives NaN.
What version of the product are you using? On what operating system?
I am using QUT EV3 MATLAB toolkit, current version on Windows 7 64 bit with
MATLAB R2013a. Other functions seem to work fine.
Please provide any additional information below.
Original issue reported on code.google.com by sarim.ut...@gmail.com on 3 Oct 2014 at 6:51
The text was updated successfully, but these errors were encountered:
Just to make it clear, I have checked the connections etc. The Device.GyroAng
works fine, so I am sure Gyro sensor is connected to the port I am using there.
Original comment by sarim.ut...@gmail.com on 3 Oct 2014 at 6:52
Original issue reported on code.google.com by
sarim.ut...@gmail.com
on 3 Oct 2014 at 6:51The text was updated successfully, but these errors were encountered: