Functions | |
def | parse_args |
Variables | |
tuple | args = parse_args() |
tuple | build_path = os.path.join(ws_path, 'build') |
tuple | devel_path = os.path.join(ws_path, 'devel') |
tuple | error_str = win_ros.is_invalid_workspace(src_path) |
Valid workspace. | |
tuple | src_path = os.path.join(ws_path, 'src') |
tuple | ws_path = os.path.abspath(".") |
def winros_make.parse_args | ( | ) |
Definition at line 42 of file winros_make.py.
tuple winros_make::args = parse_args() |
Definition at line 59 of file winros_make.py.
tuple winros_make::build_path = os.path.join(ws_path, 'build') |
Definition at line 61 of file winros_make.py.
tuple winros_make::devel_path = os.path.join(ws_path, 'devel') |
Definition at line 62 of file winros_make.py.
tuple winros_make::error_str = win_ros.is_invalid_workspace(src_path) |
Valid workspace.
Definition at line 67 of file winros_make.py.
tuple winros_make::src_path = os.path.join(ws_path, 'src') |
Definition at line 63 of file winros_make.py.
tuple winros_make::ws_path = os.path.abspath(".") |
Definition at line 60 of file winros_make.py.