#include "unitree_legged_sdk/unitree_legged_sdk.h"
#include <Eigen/Dense>
#include <functional>
#include <cmath>
#include "utils.h"
Go to the source code of this file.
|
| using | Instruction = std::function< InstructionOutput(Pose, a1::HighState)> |
| | Lambda that takes in initial state and current state (in that order) and outputs a command for the current timestamp and whether the action is done. More...
|
| |
|
| constexpr double | pi = M_PI |
| |
◆ Instruction
Lambda that takes in initial state and current state (in that order) and outputs a command for the current timestamp and whether the action is done.
- See also
- Bot::RobotControl()
◆ pi
| constexpr double pi = M_PI |