-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18edcb5
commit 35c8fdb
Showing
2 changed files
with
3 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.