Classes | |
class | TestDownward |
Variables | |
ARGV = rospy.myargv(argv=sys.argv) | |
DOMAIN = ARGV[1] | |
PLAN = ARGV[3] | |
PROBLEM = ARGV[2] | |
REF = ARGV[4] | |
test_downward.ARGV = rospy.myargv(argv=sys.argv) |
Definition at line 47 of file test_downward.py.
test_downward.DOMAIN = ARGV[1] |
Definition at line 48 of file test_downward.py.
test_downward.PLAN = ARGV[3] |
Definition at line 50 of file test_downward.py.
test_downward.PROBLEM = ARGV[2] |
Definition at line 49 of file test_downward.py.
test_downward.REF = ARGV[4] |
Definition at line 51 of file test_downward.py.