Go to the source code of this file.
|
static std::vector< double > | calculateJointSteps (const std::vector< double > &start, const std::vector< double > &stop, unsigned int steps) |
|
static unsigned int | calculateRequiredSteps (const std::vector< double > &start, const std::vector< double > &stop, double dtheta) |
|
static std::vector< double > | interpolateJointSteps (const std::vector< double > &start, const std::vector< double > &step_size, unsigned step) |
|
static std::vector<double> calculateJointSteps |
( |
const std::vector< double > & |
start, |
|
|
const std::vector< double > & |
stop, |
|
|
unsigned int |
steps |
|
) |
| |
|
static |
static unsigned int calculateRequiredSteps |
( |
const std::vector< double > & |
start, |
|
|
const std::vector< double > & |
stop, |
|
|
double |
dtheta |
|
) |
| |
|
static |
static std::vector<double> interpolateJointSteps |
( |
const std::vector< double > & |
start, |
|
|
const std::vector< double > & |
step_size, |
|
|
unsigned |
step |
|
) |
| |
|
static |