Class to provide limit of transition of footstep about Roll and Pitch. This class is designed for global soundness of footstep. More...
#include <transition_limit.h>

| Public Types | |
| typedef boost::shared_ptr< TransitionLimitRP > | Ptr | 
|  Public Types inherited from jsk_footstep_planner::TransitionLimit | |
| typedef boost::shared_ptr< TransitionLimit > | Ptr | 
| Public Member Functions | |
| virtual bool | check (FootstepState::Ptr from, FootstepState::Ptr to) const | 
| TransitionLimitRP (double roll_max, double pitch_max) | |
| Protected Attributes | |
| const double | pitch_max_ | 
| const double | roll_max_ | 
Class to provide limit of transition of footstep about Roll and Pitch. This class is designed for global soundness of footstep.
Definition at line 98 of file transition_limit.h.
Definition at line 101 of file transition_limit.h.
| jsk_footstep_planner::TransitionLimitRP::TransitionLimitRP | ( | double | roll_max, | 
| double | pitch_max | ||
| ) | 
Definition at line 73 of file transition_limit.cpp.
| 
 | virtual | 
Implements jsk_footstep_planner::TransitionLimit.
Definition at line 80 of file transition_limit.cpp.
| 
 | protected | 
Definition at line 108 of file transition_limit.h.
| 
 | protected | 
Definition at line 107 of file transition_limit.h.