Log in

View Full Version : Gyro Sensors and PID controllers


pabigfe97
27-01-2014, 22:00
Hey Guys!

OK, we all know that gyro sensors are devices that sense angular velocity, however is it possible to use a PID controller along with the gyro sensors? This way the PID constantly checks the gyro sensor's error and corrects it immediately.

If this is even possible, how would i program this to work? (I am currently using Labview)

Thanks for all your help!!

Jay1986
27-01-2014, 22:07
Of course you can! :)

We always use a gyro with PID to drive straight, you can follow our last years code to figure it out. If you have any questions, please ask!

Link:
http://www.chiefdelphi.com/media/papers/2874

wilsonmw04
27-01-2014, 22:09
does anyone have this for C++?

thanks in advance.

pabigfe97
27-01-2014, 22:16
Thank you so much! Very Helpful!