Functions | |
def | get_environment_variable |
def | get_workspaces |
def | parse_arguments |
Variables | |
tuple | args = parse_arguments() |
string | CATKIN_MARKER_FILE = '.catkin' |
list | common_paths = [p for p in maven_paths if p in new_maven_paths] |
tuple | environment_variables = dict(os.environ) |
tuple | home = get_environment_variable(environment_variables, 'GRADLE_USER_HOME') |
tuple | maven_paths = get_environment_variable(environment_variables, 'ROS_MAVEN_PATH') |
list | new_maven_paths = [os.path.join(path, 'share', 'maven') for path in workspaces] |
tuple | repo = get_environment_variable(environment_variables, 'ROS_MAVEN_DEPLOYMENT_REPOSITORY') |
tuple | workspaces = get_workspaces(environment_variables) |
def generate_environment_variables.get_environment_variable | ( | environ, | |
key | |||
) |
Definition at line 30 of file generate_environment_variables.py.
def generate_environment_variables.get_workspaces | ( | environ | ) |
Based on CMAKE_PREFIX_PATH return all catkin workspaces.
Definition at line 18 of file generate_environment_variables.py.
Definition at line 8 of file generate_environment_variables.py.
Definition at line 41 of file generate_environment_variables.py.
string generate_environment_variables::CATKIN_MARKER_FILE = '.catkin' |
Definition at line 6 of file generate_environment_variables.py.
list generate_environment_variables::common_paths = [p for p in maven_paths if p in new_maven_paths] |
Definition at line 64 of file generate_environment_variables.py.
tuple generate_environment_variables::environment_variables = dict(os.environ) |
Definition at line 42 of file generate_environment_variables.py.
tuple generate_environment_variables::home = get_environment_variable(environment_variables, 'GRADLE_USER_HOME') |
Definition at line 69 of file generate_environment_variables.py.
tuple generate_environment_variables::maven_paths = get_environment_variable(environment_variables, 'ROS_MAVEN_PATH') |
Definition at line 59 of file generate_environment_variables.py.
list generate_environment_variables::new_maven_paths = [os.path.join(path, 'share', 'maven') for path in workspaces] |
Definition at line 58 of file generate_environment_variables.py.
string generate_environment_variables::repo = get_environment_variable(environment_variables, 'ROS_MAVEN_DEPLOYMENT_REPOSITORY') |
Definition at line 45 of file generate_environment_variables.py.
Definition at line 43 of file generate_environment_variables.py.