Sniffer is a robotic UGV (Unmanned ground vehicle) built on neural compute platform to scan underneath of vehicles with brilliant surveillance cameras coupled with cognitive analytics to have a crystal clear view of vehicle underneath for Under Vehicle Surveillance.
This repository will be having information regarding building sniffer on Jetson nano
This repository contains 3 folders.
- Motion (Contains the programs related to motion of the rover)
- Camera (Contains the programs for live streaming of camera feed and User Interface)
- Battery (Programs to monitor the battery voltage using ADS1115)
- Download the repository by cloning. (git clone [email protected]:surendrasafepro/Rover_on_TX2.git)
- Direct to the Sniffer-TX2 folder. (cd Sniffer-TX2)
- Install the repository using the following command. (sudo bash install.sh)
- once the installation is done, run the below commands in the Shell.
a. sudo sh -c 'echo "sudo bash /home/nvidia/sniffer/shell/int.sh & sudo bash /home/nvidia/sniffer/shell/stream.sh" >> .bashrc'
b. sudo sh -c 'echo "www-data ALL=NOPASSWD: ALL" >> sudo visudo'
c. sudo sh -c 'echo "nvidia ALL=(ALL) NOPASSWD: ALL" >> sudo visudo'
