Public Member Functions | |
def | __init__ |
def | connectNaoQi |
def | learnMap |
def | setThresholds |
Public Attributes | |
motion | |
navigation | |
pathtomap | |
tts |
Definition at line 23 of file exploration.py.
def exploration.Exploration.__init__ | ( | self | ) |
Definition at line 25 of file exploration.py.
def exploration.Exploration.connectNaoQi | ( | self | ) |
Connect to Naoqi modules
Definition at line 31 of file exploration.py.
def exploration.Exploration.learnMap | ( | self, | |
radius | |||
) |
Learning a new map and saving it Input : maximal radius to explore (in meters)
Definition at line 59 of file exploration.py.
def exploration.Exploration.setThresholds | ( | self, | |
th_orth, | |||
th_tan | |||
) |
Set safety thresholds Input th_orth : orthogonal security distance Input th_tan : tangential security distance
Definition at line 85 of file exploration.py.
Definition at line 32 of file exploration.py.
Definition at line 25 of file exploration.py.
Definition at line 61 of file exploration.py.
Definition at line 32 of file exploration.py.