Tetrapod Project
footstep_planner.h
Go to the documentation of this file.
1 #ifndef footstep_planner_h
2 #define footstep_planner_h
3 
6 #include "sensor_msgs/SetCameraInfo.h"
7 
8 #include "ros/console.h"
9 
10 using namespace miqp::quadruped;
11 
12 DecVars_res footstep_planner(Terrain &terrain, int n_steps, int n_legs, double length_legs, Leg step_sequence[], double bbox_len, double step_span, double step_height, bool use_gurobi=true);
13 #endif
DecVars_res footstep_planner(Terrain &terrain, int n_steps, int n_legs, double length_legs, Leg step_sequence[], double bbox_len, double step_span, double step_height, bool use_gurobi=true)
void step_sequence(drake::solvers::MathematicalProgram &prog, int n_steps, double step_span, DecVars &decision_variables)
Definition: miqp_biped.cpp:93
int step_span
Definition: visualize.py:14