Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 919 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 919 Bytes

ugv-autoNav

Husky Gazebo simulation + YOLO + Windows/Doors detection

Introduction

Simple? project that uses ScaledYOLOv4 to detect objects in Gazebo

Installation Instructions

Step 1: Install the ROS distribution

Ubuntu

Windows

Step 2: Install the husky libraries

Ubuntu

In the terminal, type:
sudo apt-get install ros-$ROS_DISTRO-husky-desktop
sudo apt-get install ros-$ROS_DISTRO-husky-simulator

Step 3: Install the realsense2_camera libraries

Ubuntu

In the terminal, type:
sudo apt-get install ros-$ROS_DISTRO-realsense2-camera

Run

Running navigation subsytem

Running vision subsystem

Good luck :)