#include <transition_limit.h>
Public Types | |
typedef boost::shared_ptr < TransitionLimitXYZRPY > | Ptr |
Public Member Functions | |
virtual bool | check (FootstepState::Ptr from, FootstepState::Ptr to) const |
TransitionLimitXYZRPY (double x_max, double y_max, double z_max, double roll_max, double pitch_max, double yaw_max) | |
Protected Attributes | |
const double | pitch_max_ |
const double | roll_max_ |
const double | x_max_ |
const double | y_max_ |
const double | yaw_max_ |
const double | z_max_ |
Definition at line 56 of file transition_limit.h.
typedef boost::shared_ptr<TransitionLimitXYZRPY> jsk_footstep_planner::TransitionLimitXYZRPY::Ptr |
Reimplemented from jsk_footstep_planner::TransitionLimit.
Definition at line 59 of file transition_limit.h.
jsk_footstep_planner::TransitionLimitXYZRPY::TransitionLimitXYZRPY | ( | double | x_max, |
double | y_max, | ||
double | z_max, | ||
double | roll_max, | ||
double | pitch_max, | ||
double | yaw_max | ||
) |
Definition at line 41 of file transition_limit.cpp.
bool jsk_footstep_planner::TransitionLimitXYZRPY::check | ( | FootstepState::Ptr | from, |
FootstepState::Ptr | to | ||
) | const [virtual] |
Implements jsk_footstep_planner::TransitionLimit.
Definition at line 52 of file transition_limit.cpp.
const double jsk_footstep_planner::TransitionLimitXYZRPY::pitch_max_ [protected] |
Definition at line 73 of file transition_limit.h.
const double jsk_footstep_planner::TransitionLimitXYZRPY::roll_max_ [protected] |
Definition at line 72 of file transition_limit.h.
const double jsk_footstep_planner::TransitionLimitXYZRPY::x_max_ [protected] |
Definition at line 69 of file transition_limit.h.
const double jsk_footstep_planner::TransitionLimitXYZRPY::y_max_ [protected] |
Definition at line 70 of file transition_limit.h.
const double jsk_footstep_planner::TransitionLimitXYZRPY::yaw_max_ [protected] |
Definition at line 74 of file transition_limit.h.
const double jsk_footstep_planner::TransitionLimitXYZRPY::z_max_ [protected] |
Definition at line 71 of file transition_limit.h.