Approach pose state (without retry) More...
Public Member Functions | |
def | __init__ |
def | callback |
def | execute |
Public Attributes | |
counter | |
is_moving | |
mode | |
pose | |
timeout | |
warnings |
Approach pose state (without retry)
This state tries once to move the robot to the given pose.
Modified to handle user intervention and pre-empty request
Definition at line 20 of file navigation_states.py.
def navigation_states.approach_pose_without_retry.__init__ | ( | self, | |
pose = "" |
|||
) |
Definition at line 22 of file navigation_states.py.
def navigation_states.approach_pose_without_retry.callback | ( | self, | |
msg | |||
) |
Definition at line 44 of file navigation_states.py.
def navigation_states.approach_pose_without_retry.execute | ( | self, | |
userdata | |||
) |
Definition at line 55 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.
Definition at line 22 of file navigation_states.py.