- Home /
how to read rotation value? for plane as a gyro sensor. ( to feed PID System)
hi I need to make plane controller with real calculations. I'm working with Arduino and I make similar pid controller for my plane controller. so I use transform.localEulerAngles. values as my gyro sensor values. this work for -90 to 90degrees. but further more those values are decrease. for eg: 100 degrees show as 80 degrees, 180 show as 0.
if you can help me it will really help me. I'm wonder how unity inspector do it but we can't. and I'm know about getting inspector rotation with utilities. but I need to add this to my build. as I know. that method not work for after built.
how unity do it? so why we can't do it?
Your answer
Follow this Question
Related Questions
Rotate with raw gyro data. 0 Answers
Gyro Sensor based on Euler angles? 0 Answers
Rotation Limit 2 Answers
Rotation drift with transform.eulerAngles 0 Answers
RotateAround reversing doesn't work with negative vector3 0 Answers