CSCC85
Saturday, October 20, 2018
Gyro bug fix
Thanks again to students for reporting bugs.
There is an issues with gyro giving weird readings in certain ranges. To fix this:
in btcomm.c change starting on line 1256 change the casts to (unsigned char) from (int32_t).
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Fix for BT_motor_port_start
Thanks to one of the teams for pointing out a bug in the BT_motor_port_start call. To fix, on line 273 change the type from 0x80 to 0x00.
A note about gyro sensor
Just a quick note, make sure the robot is perfectly still when the robot is booting to allow the gyro to calibrate properly. Also place the ...
Gyro bug fix
Thanks again to students for reporting bugs. There is an issues with gyro giving weird readings in certain ranges. To fix this: in btcomm...
No comments:
Post a Comment