From: Joschka B. <jbo...@un...> - 2007-05-22 13:14:07
|
Hi Hedayat, Hedayat Vatankhah wrote: > > /*jbo...@un...*/ wrote on 05/17/2007 12:24:40 PM: >> It might be nice to extend the current gyro sensor to also include >> the angle of the corresponding body. The touch sensor in the current >> release gives very simple binary information. Hedayat already >> proposed to include more detailed information like e.g. pressure. >> Hedayat, could you continue to work on these things? > Hi, > Yes, I will! > But I need some help about the gyro sensor extension. At first, I > thought that I know what is the "angle of the body"; but I'm not sure > about it! > How should I represent the orientation of the body?! What does > (90,90,0) mean? 90 degrees of rotation around x and then y axis or 90 > degrees around y then x?! Or maybe I should use quaternions like ODE? > (maybe I'm just completely confused! sorry if it's the case) > Actually, I find it a little confusing, too. But actually, to get these three values, people only need to integrate the velocities over time, so maybe we don't need to provide this angle information after all. So let's leave the gyro like it is for now, but if you have a nice idea how to extend the touch sensor into a pressure sensor, go for it :-) Cheers, Joschka |