armarx::navigation::algorithms::orientation_aware::util Namespace Reference

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.
 

Function Documentation

◆ degToRad()

float degToRad ( float deg)
inline

Convert angle from degrees to radians.

Definition at line 18 of file util.h.

◆ get_root_T_used_root()

Eigen::Isometry3f get_root_T_used_root ( const armarx::navigation::algorithms::orientation_aware::Costmap3D & costmap,
const VirtualRobot::RobotPtr & robot_in )

Definition at line 31 of file util.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ radToDeg()

float radToDeg ( float rad)
inline

Convert angle from radians to degrees.

Definition at line 25 of file util.h.