Tetrapod Project
|
#include "footstep_planner/miqp_quadruped.h"
#include "footstep_planner/utils.h"
#include "sensor_msgs/SetCameraInfo.h"
#include "ros/console.h"
Go to the source code of this file.
Functions | |
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) |
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 |
||
) |
Definition at line 8 of file footstep_planner.cpp.