Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.38 KB

File metadata and controls

30 lines (29 loc) · 1.38 KB

Installation

  • Install ROS Noetic, together with the dependencies for building ROS packages:
sudo apt-get install ros-noetic-navigation ros-noetic-gmapping ros-noetic-teb-local-planner ros-noetic-ackermann-msgs ros-noetic-gazebo-ros-pkgs ros-noetic-gazebo-ros-control ros-noetic-joint-state-publisher-gui ros-noetic-ros-control ros-noetic-ros-controllers
export CARLA_ROOT=</path/to/carla>
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla
  • Create a virtual environment for this repository:
conda create -n iss python=3.8
conda activate iss
  • Install git-lfs
  • Install this repository:
git clone --recurse-submodules https://github.com/CAS-LRJ/ISS.git && cd ISS
pip3 install -r Install/requirements.txt
python3 Install/setup.py develop
  • Install PyTorch and torch-scatter:
pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
pip3 install Install/torch_scatter-2.0.7-cp38-cp38-linux_x86_64.whl