This repository contains the codes I used to create a smart 4WD robot for autonomous navigation and inspection projects.
./realsense_L515
contains the codes to use Realsense L515 lidar camera for navigation, inspection, and SLAM.
See ./Misc
for other helpful repositories.
$ git clone https://github.com/mohsen-azimi/smart-4wd-robot.git robot
$ cd robot
$ conda create -n robot python=3.8 -y
$ conda activate robot
$ pip install -r requirements.txt
...