11 2024 档案
计算翻转角度
摘要:计算翻转角度 #include <stdio.h> #include <math.h> // 定义一个宏来将弧度转换为度数 #define RAD_TO_DEG(rad) ((rad) * 180.0 / M_PI) // 计算俯仰角的函数 double calculatePitch(double
CAN_NM
摘要:https://blog.csdn.net/qq_40462906/article/details/136362653 https://blog.csdn.net/qinze5857/article/details/128789563 https://blog.csdn.net/initialliz