|
|
#include <cmath>#include <VirtualRobot/Robot.h>#include <VirtualRobot/VirtualRobot.h>#include <VirtualRobot/XML/RobotIO.h>#include <ArmarXCore/core/PackagePath.h>#include <ArmarXCore/core/exceptions/local/ExpressionException.h>#include <ArmarXCore/core/logging/Logging.h>#include <armarx/navigation/algorithms/orientation_aware/Costmap3D.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::navigation |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms::orientation_aware |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms::orientation_aware::util |
Functions | |
| float | degToRad (float deg) |
| Convert angle from degrees to radians. | |
| Eigen::Isometry3f | get_root_T_used_root (const armarx::navigation::algorithms::orientation_aware::Costmap3D &costmap, const VirtualRobot::RobotPtr &robot_in) |
| float | radToDeg (float rad) |
| Convert angle from radians to degrees. | |