Namespaces | |
namespace | Drives |
Functions | |
static Drive | driveMsgFromVector (const VectorDrive &vec) |
static void | fillDriveMsgFromVector (const VectorDrive &vec, Drive *msg) |
static bool | isStationary (const VectorDrive &vec, float threshold=default_stationary_threshold) |
static bool | isStationary (const Drive &msg, float threshold=default_stationary_threshold) |
static std::string | nameFromDriveIndex (VectorDrive::Index field) |
static VectorDrive | vectorFromDriveMsg (const Drive &msg) |
static Drive grizzly_msgs::driveMsgFromVector | ( | const VectorDrive & | vec | ) | [inline, static] |
static void grizzly_msgs::fillDriveMsgFromVector | ( | const VectorDrive & | vec, |
Drive * | msg | ||
) | [inline, static] |
static bool grizzly_msgs::isStationary | ( | const VectorDrive & | vec, |
float | threshold = default_stationary_threshold |
||
) | [inline, static] |
static bool grizzly_msgs::isStationary | ( | const Drive & | msg, |
float | threshold = default_stationary_threshold |
||
) | [inline, static] |
static std::string grizzly_msgs::nameFromDriveIndex | ( | VectorDrive::Index | field | ) | [inline, static] |
static VectorDrive grizzly_msgs::vectorFromDriveMsg | ( | const Drive & | msg | ) | [inline, static] |