File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
@@call "%CONDA_PREFIX%\Library\local_setup.bat"
11
11
@@set PYTHONHOME=
12
12
@@set "ROS_OS_OVERRIDE=robostack:win64"
13
-
13
+ @@set "ROS_ETC_DIR=%CONDA_PREFIX%\Library\etc\ros"
14
+ @@set "AMENT_PREFIX_PATH=%CONDA_PREFIX%\Library"
Original file line number Diff line number Diff line change 1
- # Generated by vinca http://github.com/seanyen /vinca.
1
+ # Generated by vinca http://github.com/RoboStack /vinca.
2
2
# DO NOT EDIT!
3
3
# if [ -z "${CONDA_PREFIX}" ]; then
4
4
# exit 0;
@@ -19,5 +19,8 @@ case "$OSTYPE" in
19
19
linux* ) export ROS_OS_OVERRIDE=" robostack:linux" ;;
20
20
esac
21
21
22
+ export ROS_ETC_DIR=$CONDA_PREFIX /etc/ros
23
+ export AMENT_PREFIX_PATH=$CONDA_PREFIX
24
+
22
25
# Looks unnecessary for UNIX
23
26
# unset PYTHONHOME=
Original file line number Diff line number Diff line change 1
- # Generated by vinca http://github.com/seanyen /vinca.
1
+ # Generated by vinca http://github.com/RoboStack /vinca.
2
2
# DO NOT EDIT!
3
3
4
4
CATKIN_BUILD_BINARY_PACKAGE=" ON"
Original file line number Diff line number Diff line change 1
- # Generated by vinca http://github.com/seanyen /vinca.
1
+ # Generated by vinca http://github.com/RoboStack /vinca.
2
2
# DO NOT EDIT!
3
3
if [ -z " ${CONDA_PREFIX} " ]; then
4
4
exit 0
You can’t perform that action at this time.
0 commit comments