cpp对齐官方

This commit is contained in:
cyy_mac
2026-07-30 15:25:48 +08:00
parent dbfcb95566
commit f8b849397d
36 changed files with 2561 additions and 122 deletions

View File

@@ -0,0 +1,11 @@
#ifndef GO1_PRO_UNITREE_LEGGED_A1_CONST_H_
#define GO1_PRO_UNITREE_LEGGED_A1_CONST_H_
namespace UNITREE_LEGGED_SDK {
constexpr double a1_Hip_max = 0.802;
constexpr double a1_Hip_min = -0.802;
constexpr double a1_Thigh_max = 4.19;
constexpr double a1_Thigh_min = -1.05;
constexpr double a1_Calf_max = -0.916;
constexpr double a1_Calf_min = -2.7;
} // namespace UNITREE_LEGGED_SDK
#endif