refactor(controller): Remove StaticWalk method from controller interface
- Deleted the StaticWalk method from the controller header and implementation files to streamline the interface and eliminate unused functionality.
This commit is contained in:
@@ -58,7 +58,6 @@ public:
|
||||
bool FreeBound(bool flag);
|
||||
bool FreeJump(bool flag);
|
||||
bool FreeAvoid(bool flag);
|
||||
bool StaticWalk();
|
||||
bool WalkUpright(bool flag);
|
||||
bool CrossStep(bool flag);
|
||||
bool TrajectoryFollow(std::vector<unitree::robot::go2::PathPoint>& path);
|
||||
|
||||
Reference in New Issue
Block a user