Skip to content

Commit

Permalink
remove conda
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFrey96 committed Feb 18, 2024
1 parent 18edcb5 commit 35c8fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 58 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@ git clone [email protected]:leggedrobotics/wild_visual_navigation.git
git clone [email protected]: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
```
Expand Down Expand Up @@ -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
Expand Down
52 changes: 0 additions & 52 deletions environment.yaml

This file was deleted.

0 comments on commit 35c8fdb

Please sign in to comment.