Drake
testSplineGeneration.cpp File Reference
#include "drake/solvers/qpSpline/splineGeneration.h"
#include <random>
#include <cmath>
#include <stdexcept>
#include <sstream>
#include <iostream>
#include "drake/util/testUtil.h"
Include dependency graph for testSplineGeneration.cpp:

Functions

vector< doublegenerateSegmentTimes (int num_segments)
 
double randomSpeedTest (int ntests)
 
int main (int argc, char **argv)
 

Variables

default_random_engine generator
 
uniform_real_distribution< doubleuniform
 

Function Documentation

vector<double> generateSegmentTimes ( int  num_segments)

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

double randomSpeedTest ( int  ntests)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

default_random_engine generator
uniform_real_distribution<double> uniform