Variables | |
string | __author__ = "Fadri Furrer, Michael Burri, Markus Achtelik" |
tuple | __copyright__ |
list | __credits__ = ["Fadri Furrer", "Michael Burri", "Markus Achtelik"] |
string | __email__ = "fadri.furrer@mavt.ethz.ch" |
string | __license__ = "ASL 2.0" |
string | __maintainer__ = "Fadri Furrer" |
string | __status__ = "Development" |
string | __version__ = "0.1" |
tuple | example_bag |
tuple | executable = os.path.abspath(__file__ + "/../") |
string test_eval::__author__ = "Fadri Furrer, Michael Burri, Markus Achtelik" |
Definition at line 7 of file test_eval.py.
tuple test_eval::__copyright__ |
00001 ("Copyright 2015, Fadri Furrer & Michael Burri & " 00002 "Markus Achtelik, ASL, ETH Zurich, Switzerland")
Definition at line 8 of file test_eval.py.
list test_eval::__credits__ = ["Fadri Furrer", "Michael Burri", "Markus Achtelik"] |
Definition at line 10 of file test_eval.py.
string test_eval::__email__ = "fadri.furrer@mavt.ethz.ch" |
Definition at line 14 of file test_eval.py.
string test_eval::__license__ = "ASL 2.0" |
Definition at line 11 of file test_eval.py.
string test_eval::__maintainer__ = "Fadri Furrer" |
Definition at line 13 of file test_eval.py.
string test_eval::__status__ = "Development" |
Definition at line 15 of file test_eval.py.
string test_eval::__version__ = "0.1" |
Definition at line 12 of file test_eval.py.
tuple test_eval::example_bag |
00001 (os.path.abspath(__file__ + "/../../") + 00002 "/test_bags/waypoint_example.bag")
Definition at line 19 of file test_eval.py.
tuple test_eval::executable = os.path.abspath(__file__ + "/../") |
Definition at line 18 of file test_eval.py.