#include <cmath>#include <boost/assign.hpp>#include <pluginlib/class_list_macros.h>#include <tf/transform_datatypes.h>#include <urdf_parser/urdf_parser.h>#include <ackermann_steering_controller/ackermann_steering_controller.h>
Go to the source code of this file.
Namespaces | |
| ackermann_steering_controller | |
Functions | |
| static double | euclideanOfVectors (const urdf::Vector3 &vec1, const urdf::Vector3 &vec2) |
| static bool | getWheelRadius (const boost::shared_ptr< const urdf::Link > &wheel_link, double &wheel_radius) |
| static bool | isCylinder (const boost::shared_ptr< const urdf::Link > &link) |
|
static |
Definition at line 49 of file ackermann_steering_controller.cpp.
|
static |
Definition at line 97 of file ackermann_steering_controller.cpp.
|
static |
Definition at line 61 of file ackermann_steering_controller.cpp.