Skip to content

Commit

Permalink
Added some installation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Aug 24, 2023
1 parent 9a13ec5 commit 1fd53bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,20 @@ have the third-party libaries installed on you machine:
sudo apt install libboost-all-dev
Semantic Sensors
==================================================================
Elevation mapping node can receive multi-modal point cloud and image topics.
In this example, we use semantic segmentation models to process color images and publish those topics.

Python dependencies
-------------------------------------------------------------------

.. code-block:: bash
pip3 install torchvision scikit-learn
Detectron

.. code-block:: bash
python3 -m pip install 'git+https://github.com/facebookresearch/detectron2.git'

0 comments on commit 1fd53bb

Please sign in to comment.