Skip to content
Snippets Groups Projects
Select Git revision
  • 5a39440b573121bb5a42a4475abf0f171266b6f1
  • master default
  • simulated_grasping
  • v1.0
4 results

SampleConstraintPlanner.cpp

Blame
  • 15.rosjava.sh.em 585 B
    #!/bin/sh
    
    @[if DEVELSPACE]@
    SCRIPT=@(CMAKE_CURRENT_SOURCE_DIR)/generate_environment_variables.py
    @[else]@
    SCRIPT=@(CMAKE_INSTALL_PREFIX)/share/rosjava_build_tools/generate_environment_variables.py
    @[end if]@
    
    export ROS_MAVEN_PATH="`python ${SCRIPT} --maven-path`"
    export ROS_MAVEN_DEPLOYMENT_REPOSITORY="`python ${SCRIPT} --maven-deployment-repository`"
    export ROS_MAVEN_REPOSITORY="`python ${SCRIPT} --maven-repository`"
    export ROS_LOCAL_MAVEN_REPOSITORY="`python ${SCRIPT} --local-maven-repository`"
    export ROS_MAVEN_SETTING_XML_CONTENT="`python ${SCRIPT} --create-maven-settings`"