#include "descartes_utilities/ros_conversions.h"
#include <algorithm>
#include <console_bridge/console.h>
Go to the source code of this file.
Functions | |
static double | minTime (const std::vector< double > &pose_a, const std::vector< double > &pose_b, double max_vel) |
Given two sets of joint values representing two robot joint poses, this function computes the minimum amount of time required to interpolate between the points assuming that each joint can move no faster than a constant 'max_vel' speed. |
static double minTime | ( | const std::vector< double > & | pose_a, |
const std::vector< double > & | pose_b, | ||
double | max_vel | ||
) | [static] |
Given two sets of joint values representing two robot joint poses, this function computes the minimum amount of time required to interpolate between the points assuming that each joint can move no faster than a constant 'max_vel' speed.
Definition at line 35 of file ros_conversions.cpp.