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