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_init_build.parse_args | ( | ) |
Definition at line 42 of file winros_init_build.py.
tuple winros_init_build::args = parse_args() |
Definition at line 57 of file winros_init_build.py.
tuple winros_init_build::build_path = os.path.join(ws_path, 'build') |
Definition at line 59 of file winros_init_build.py.
tuple winros_init_build::devel_path = os.path.join(ws_path, 'devel') |
Definition at line 60 of file winros_init_build.py.
tuple winros_init_build::error_str = win_ros.is_invalid_workspace(src_path) |
Valid workspace.
Definition at line 65 of file winros_init_build.py.
tuple winros_init_build::src_path = os.path.join(ws_path, 'src') |
Definition at line 61 of file winros_init_build.py.
tuple winros_init_build::ws_path = os.path.abspath(".") |
Definition at line 58 of file winros_init_build.py.