refactor(controller): 移除未使用的运动控制接口
清理控制器头文件中不再使用的运动控制方法,包括BodyHeight、SwitchGait、ContinuousGait、MoveToPos和FastWalk,以简化接口并提高代码可维护性
This commit is contained in:
@@ -67,12 +67,7 @@ public:
|
|||||||
bool TrotRun();
|
bool TrotRun();
|
||||||
bool EconomicGait();
|
bool EconomicGait();
|
||||||
bool SwitchAvoidMode();
|
bool SwitchAvoidMode();
|
||||||
bool BodyHeight(float height);
|
|
||||||
bool SwitchGait(int gait);
|
|
||||||
bool TrajectoryFollow(const std::vector<std::array<float, 6>>& path);
|
bool TrajectoryFollow(const std::vector<std::array<float, 6>>& path);
|
||||||
bool ContinuousGait(bool flag);
|
|
||||||
bool MoveToPos(float x, float y, float yaw);
|
|
||||||
bool FastWalk(bool flag);
|
|
||||||
bool FootRaiseHeight(float height);
|
bool FootRaiseHeight(float height);
|
||||||
|
|
||||||
// Obstacle
|
// Obstacle
|
||||||
|
|||||||
Reference in New Issue
Block a user