#include <cmath>
#include <diff_drive_controller/diff_drive_controller.h>
#include <tf/transform_datatypes.h>
#include <urdf/urdfdom_compatibility.h>
#include <urdf_parser/urdf_parser.h>
Go to the source code of this file.
|
static double | euclideanOfVectors (const urdf::Vector3 &vec1, const urdf::Vector3 &vec2) |
|
static bool | getWheelRadius (const urdf::LinkConstSharedPtr &wheel_link, double &wheel_radius) |
|
static bool | hasCollisionGeometry (const urdf::LinkConstSharedPtr &link) |
|
static bool | isCylinder (const urdf::LinkConstSharedPtr &link) |
|
static bool | isSphere (const urdf::LinkConstSharedPtr &link) |
|
◆ euclideanOfVectors()
static double euclideanOfVectors |
( |
const urdf::Vector3 & |
vec1, |
|
|
const urdf::Vector3 & |
vec2 |
|
) |
| |
|
static |
◆ getWheelRadius()
static bool getWheelRadius |
( |
const urdf::LinkConstSharedPtr & |
wheel_link, |
|
|
double & |
wheel_radius |
|
) |
| |
|
static |
◆ hasCollisionGeometry()
static bool hasCollisionGeometry |
( |
const urdf::LinkConstSharedPtr & |
link | ) |
|
|
static |
◆ isCylinder()
static bool isCylinder |
( |
const urdf::LinkConstSharedPtr & |
link | ) |
|
|
static |
◆ isSphere()
static bool isSphere |
( |
const urdf::LinkConstSharedPtr & |
link | ) |
|
|
static |