RobWorkProject
24.12.4-
|
methods for analyzing time distance of various paths More...
#include <TimeMetricUtil.hpp>
Static Public Member Functions | |
static double | timeDistance (const rw::kinematics::State &from, const rw::kinematics::State &to, const rw::models::WorkCell &workcell) |
The time it takes to move from from to to in a straight line with maximum device velocities given by workcell. More... | |
static double | timeDistance (const rw::math::Q &from, const rw::math::Q &to, const rw::math::Q &velocity) |
The time it takes to move from from to to in a straight line with maximum velocities velocity. More... | |
static double | timeDistance (const rw::math::Q &from, const rw::math::Q &to, const rw::models::Device &device) |
The time it takes to move from from to to in a straight line with the maximum velocities given of device. More... | |
static double | timeDistance (const rw::kinematics::State &from, const rw::kinematics::State &to, const rw::models::Device &device) |
The time it takes to move from from to to in a straight line with the maximum velocities given of device. More... | |
methods for analyzing time distance of various paths
|
static |
The time it takes to move from from to to in a straight line with the maximum velocities given of device.
from | [in] Start state |
to | [in] End state |
device | [in] The device to time for |
|
static |
The time it takes to move from from to to in a straight line with maximum device velocities given by workcell.
from | [in] Start state |
to | [in] End state |
workcell | [in] Workcell associated with the states |
|
static |
The time it takes to move from from to to in a straight line with maximum velocities velocity.
This is an example of a scaled max-norm.
from | [in] Start configuration |
to | [in] End configurationp |
velocity | [in] Max velocity of the joints |
|
static |
The time it takes to move from from to to in a straight line with the maximum velocities given of device.
from | [in] Start configuration |
to | [in] End configuration |
device | [in] The device to time for |