Public Member Functions | |
def | __init__ (self) |
def | getMessages (self, scene, topic, start, end) |
![]() | |
def | __init__ (self, initial_evaluation=None) |
def | check_pose (self, pose) |
def | process_evaluation (self, msg) |
Public Attributes | |
cache | |
v_max | |
v_min | |
![]() | |
x_max | |
x_min | |
y_max | |
y_min | |
This class loads all the Evaluation messages from the bag files and maintains stats about the range of values.
Definition at line 48 of file evaluation_cache.py.
def rqt_dwb_plugin.evaluation_cache.EvaluationCache.__init__ | ( | self | ) |
Definition at line 51 of file evaluation_cache.py.
def rqt_dwb_plugin.evaluation_cache.EvaluationCache.getMessages | ( | self, | |
scene, | |||
topic, | |||
start, | |||
end | |||
) |
Definition at line 57 of file evaluation_cache.py.
rqt_dwb_plugin.evaluation_cache.EvaluationCache.cache |
Definition at line 53 of file evaluation_cache.py.
rqt_dwb_plugin.evaluation_cache.EvaluationCache.v_max |
Definition at line 54 of file evaluation_cache.py.
rqt_dwb_plugin.evaluation_cache.EvaluationCache.v_min |
Definition at line 55 of file evaluation_cache.py.