#include <transition_limit.h>
Public Types | |
typedef boost::shared_ptr < TransitionLimit > | Ptr |
Public Member Functions | |
virtual bool | check (FootstepState::Ptr from, FootstepState::Ptr to) const =0 |
Definition at line 44 of file transition_limit.h.
typedef boost::shared_ptr<TransitionLimit> jsk_footstep_planner::TransitionLimit::Ptr |
Reimplemented in jsk_footstep_planner::TransitionLimitXYZRPY.
Definition at line 47 of file transition_limit.h.
virtual bool jsk_footstep_planner::TransitionLimit::check | ( | FootstepState::Ptr | from, |
FootstepState::Ptr | to | ||
) | const [pure virtual] |
Implemented in jsk_footstep_planner::TransitionLimitXYZRPY.