Velocities in 3D cartesian space. More...
import "ExtendedDataTypes.idl";
Public Attributes | |
double | vx |
Velocity along the x axis in metres per second. | |
double | vy |
Velocity along the y axis in metres per second. | |
double | vz |
Velocity along the z axis in metres per second. | |
double | vr |
Roll velocity in radians per second. | |
double | vp |
Pitch velocity in radians per second. | |
double | va |
Yaw velocity in radians per second. |
Velocities in 3D cartesian space.
double RTC::Velocity3D::va |
Yaw velocity in radians per second.
double RTC::Velocity3D::vp |
Pitch velocity in radians per second.
double RTC::Velocity3D::vr |
Roll velocity in radians per second.
double RTC::Velocity3D::vx |
Velocity along the x axis in metres per second.
double RTC::Velocity3D::vy |
Velocity along the y axis in metres per second.
double RTC::Velocity3D::vz |
Velocity along the z axis in metres per second.