Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 832 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 832 Bytes

🏎️ MiniDrone

This repository contains the software for the MCAV MiniDrone project.

Requirements

It is recommended to install and run this project using docker. See Docker Instructions.

Installation

git clone https://github.com/Monash-Connected-Autonomous-Vehicle/minidrone.git

How to start system

  1. cd minidrone

  2. docker/run.sh

Can start the ros 1 bridge by going to tmux window 2. (See Tmux Instructions)

Runing lane following

  1. Lane detection + lane following: ros2 launch md_lane_detection lane_following.launch.xml
  2. (Optional): Run gazebo to simulate:
. /usr/share/gazebo/setup.sh
. ~/mcav_ws/install/setup.bash
ros2 launch minidrone_gazebo grassy_circuit.launch.py