Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问imu芯片,欧拉角测量时,能够让输出只存在 0-360°吗?而不是在同一个角度有时候输出-340°和+20°。直接加绝对值就成了不同角度了
可以直接mod取模。
>>> a = -20 >>> a % 360 340