Repository for project details for Fuel Load Data Capturer in collaboration with Allen Institute for AI - For usage in forest environments to gather data on wildfire fuel estimations.
Before proceeding with the installation, ensure that you have Python and pip installed on your system. This guide assumes you are using Python 3.
-
Ensure you have Python 3 installed. You can check your Python version by running:
python3 --version
-
Create a virtual environment named
env(or any other name you prefer) by running:python3 -m venv env
To activate the virtual environment, follow the instructions for your operating system:
-
Windows:
.\env\Scripts\activate
-
macOS and Linux:
source env/bin/activate
With the virtual environment activated, you can install the RPLidar library using pip. Run the following command:
pip install rplidar-roboticiaOther additional modules and libraries required can be found in requirements.txt