Code Monkey home page Code Monkey logo

lais's Introduction

LAIS

Learning-based Autonomous Inspection UAV System

LAIS is a learning-based automonous inspection system developed for quadrotor platform. In this work, it consists of 2-D object detector, 3-D object state estimation and path planning. The 2-D object detector support YOLO series. The 3-D object state estimation and flight trajectory can be visualized by Rviz in real-time.

Video

LAIS Demo

Publications

Feng, Y., Tse, K., Chen, S., Wen, C. Y., & Li, B. (2021). Learning-Based Autonomous UAV System for Electrical and Mechanical (E&M) Device Inspection. Sensors, 21(4), 1385.

Requirements

Build instructions on Linux

  1. clone repository into working space
cd ~/catkin_ws/src
git clone https://github.com/JazzyFeng/LAIS.git
  1. Install 3rd Party library
cd ~/catkin_ws/src/LAIS/3rdPartLib/
./install3rdPartLib.sh
  1. Compile
cd ~/catkin_ws
catkin_make

How to use (to detect objects in our experiment)

  1. Download Yolov4.cfg, Yolov4.weight and obj.names
  2. Change these lines :
static string cfg_path
static string weight_path
static string classid_path
  1. Compile and launch camera node:
cd ~/catkin_ws
catkin_make
rosrun LAIS camera
  1. To visualize 2-D bounding boxes, uncomment the line drawBoundingBox
yolo.drawBoundingBox(image_rgb);
  1. To visualize the estimate of object position in inertial frame, launch rviz node:
cd ~/catkin_ws
roslaunch rviz.launch
  1. To improve the detection speed or accuracy, change the default input size yoloNet
static yoloNet yolo = yoloNet(cfg_path, weight_path, classid_path, 608, 608, 0.5);

How to use (to inspect objects in our experiment)

  1. Connect the quadrotor with flight controller and launch mavros
roslaunch mavros px4.launch 
  1. Launch the D435i camera by realsense-ros
roslaunch realsense2_camera rs_camera.launch 
  1. Launch the camera node and fj005 node:
cd ~/catkin_ws
roslaunch LAIS fj005.launch
  1. To visualize the detected object and flight trajectory in inertial frame, launch rviz node:
cd ~/catkin_ws
roslaunch rviz.launch

Maintainer

Yurong Feng(Dept.ME,PolyU): [email protected]

lais's People

Contributors

jazzyfeng avatar fengyurong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.