Guest User

Untitled

a guest
Jan 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --- /opt/win/cmake/setup.bat.buildspace.in 2011-09-21 09:15:19.831675345 +0900
  2. +++ setup.bat.buildspace.in 2011-09-21 12:54:23.679933144 +0900
  3. @@ -8,9 +8,9 @@
  4. if NOT DEFINED ROS_MASTER_URI set ROS_MASTER_URI=@ROS_MASTER_URI@
  5.  
  6. if NOT "%1"=="quiet" (
  7. - if NOT EXIST C:/work/rosbuild2/msvc/rosconsole.config (
  8. + if EXIST %ROS_BUILD%/rosconsole.config (
  9. echo Using buildspace rosconsole.config
  10. - set ROSCONSOLE_CONFIG_FILE=C:/work/rosbuild2/msvc/rosconsole.config
  11. + set ROSCONSOLE_CONFIG_FILE=%ROS_BUILD%/rosconsole.config
  12. )
  13. if EXIST %ROS_ROOT%\..\win_ros\win_roscd\roscd.bat (
  14. echo roscd is available
Add Comment
Please, Sign In to add comment