Functions | Variables
generate_environment_variables Namespace Reference

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)

Function Documentation

Definition at line 30 of file generate_environment_variables.py.

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.


Variable Documentation

Definition at line 41 of file generate_environment_variables.py.

Definition at line 6 of file generate_environment_variables.py.

Definition at line 64 of file generate_environment_variables.py.

Definition at line 42 of file generate_environment_variables.py.

Definition at line 69 of file generate_environment_variables.py.

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.

Definition at line 45 of file generate_environment_variables.py.

Definition at line 43 of file generate_environment_variables.py.



rosjava_build_tools
Author(s): Daniel Stonier
autogenerated on Wed Sep 2 2015 11:34:26