Variables | |
action | |
args = p.parse_args(rospy.myargv()[1:]) | |
help | |
nargs | |
p = ArgumentParser() | |
path = args.path_or_words[0] | |
type | |
words = args.path_or_words | |
julius_cli.action |
Definition at line 17 of file julius_cli.py.
julius_cli.args = p.parse_args(rospy.myargv()[1:]) |
Definition at line 24 of file julius_cli.py.
julius_cli.help |
Definition at line 16 of file julius_cli.py.
julius_cli.nargs |
Definition at line 20 of file julius_cli.py.
julius_cli.p = ArgumentParser() |
Definition at line 15 of file julius_cli.py.
julius_cli.path = args.path_or_words[0] |
Definition at line 36 of file julius_cli.py.
julius_cli.type |
Definition at line 19 of file julius_cli.py.
julius_cli.words = args.path_or_words |
Definition at line 31 of file julius_cli.py.