feat(controller): Add ClassicWalk method to controller interface
- Introduced a new method ClassicWalk to the controller class, allowing for additional walking functionality.
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
bool FreeBound(bool flag);
|
||||
bool FreeJump(bool flag);
|
||||
bool FreeAvoid(bool flag);
|
||||
bool ClassicWalk(bool flag);
|
||||
bool WalkUpright(bool flag);
|
||||
bool CrossStep(bool flag);
|
||||
bool TrajectoryFollow(const std::vector<unitree::robot::go2::PathPoint>& path);
|
||||
|
||||
Reference in New Issue
Block a user