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_ALIENGO_CONST_H_
#define GO1_PRO_UNITREE_LEGGED_ALIENGO_CONST_H_
namespace UNITREE_LEGGED_SDK {
constexpr double aliengo_Hip_max = 1.047;
constexpr double aliengo_Hip_min = -0.873;
constexpr double aliengo_Thigh_max = 3.927;
constexpr double aliengo_Thigh_min = -0.524;
constexpr double aliengo_Calf_max = -0.611;
constexpr double aliengo_Calf_min = -2.775;
} // namespace UNITREE_LEGGED_SDK
#endif