Tetrapod Project
|
#include "footstep_planner/waypoint_planner.h"
#include "drake/solvers/branch_and_bound.h"
#include "drake/solvers/osqp_solver.h"
#include <iostream>
Go to the source code of this file.
Functions | |
DecVars_res | waypoint_planner (Terrain &terrain, int n_points, double length_legs, double bbox_len, double wp_dist) |
DecVars_res waypoint_planner | ( | Terrain & | terrain, |
int | n_points, | ||
double | length_legs, | ||
double | bbox_len, | ||
double | wp_dist | ||
) |
Definition at line 8 of file waypoint_planner.cpp.