diff --git a/README.md b/README.md index 6f10558d..9ca2b1bd 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,14 @@ git clone git@github.com:leggedrobotics/wild_visual_navigation.git git clone git@github.com:leggedrobotics/self_supervised_segmentation.git ``` -2. Install the conda environment. (Currently the conda environment file is not tested and most likely outdated) +2. Install the virtual environment. ```shell -# Make sure to be in the base conda environment cd ~/git/wild_visual_navigation -conda env create -f environment.yaml +# TODO ``` 3. Install the wild_visual_navigation package. ```shell -conda activate wvn cd ~/git pip3 install -e ./wild_visual_navigation ``` @@ -142,8 +140,7 @@ source /opt/ros/noetic/setup.bash source ~/catkin_ws/devel/setup.bash ``` -After successfully building the ros workspace you can run the full pipeline by either using the launch file (this requires all packages to be installed into your system python installation), or by running the nodes from the conda environment as plain python scripts. -We are currently working on the instructions using a `virtualenv` which eases this process. +After successfully building the ros workspace you can run the full pipeline by either using the launch file (this requires all packages to be installed into your system python installation), or by running the nodes from the virtual environment as plain python scripts. - Run WVN Nodes: ```shell diff --git a/environment.yaml b/environment.yaml deleted file mode 100644 index fbccc8d1..00000000 --- a/environment.yaml +++ /dev/null @@ -1,52 +0,0 @@ -name: wvn -channels: - - pytorch - - robostack - - robostack-experimental - - conda-forge - - pyg - - defaults -dependencies: - - python=3.8 - - kornia=0.6.6 - - pip - - torchvision=0.12 - - pytorch=1.11.0 - - torchaudio - - cudatoolkit=11.3 - - pytest - - scipy - - scikit-image - - scikit-learn - - ros-noetic-ros-base - - ros-noetic-cv-bridge - - libopencv - - compilers - - cmake - - pkg-config - - make - - ninja - - catkin_tools - - pyg - - neptune-client - - simple-parsing - - matplotlib - - seaborn - - pandas - - torchmetrics==0.11.0 - - pip: - - neptune-client[optuna] - - wandb - - wget - - hydra-core - - pytorch_lightning==1.6.5 - - colorama - - kornia_rs - - fast_slic - - git+https://github.com/lucasb-eyer/pydensecrf.git#egg=pydensecrf - - git+https://github.com/kornia/kornia#egg=kornia - - git+https://github.com/mmattamala/liegroups#egg=liegroups - - --editable git+https://github.com/leggedrobotics/stego.git#egg=stego==0.0.1 - - pytictac - - prettytable - - termcolor