Struct RandomPoseBounds

Struct Documentation

struct RandomPoseBounds

Bounds for generateRandomPose()

Public Functions

inline RandomPoseBounds(double x_min = 0.0, double x_max = 1.0, double y_min = 0.0, double y_max = 1.0, double z_min = 0.0, double z_max = 1.0, double elevation_min = 0.0, double elevation_max = M_PI, double azimuth_min = 0.0, double azimuth_max = 2 * M_PI, double angle_min = 0.0, double angle_max = 2 * M_PI)

Public Members

double x_min_
double x_max_
double y_min_
double y_max_
double z_min_
double z_max_
double elevation_min_
double elevation_max_
double azimuth_min_
double azimuth_max_
double angle_min_
double angle_max_