Skip to content

Obstacle Detection and Classification for Power Line Inspection Robots Based on Stereo Vision

License

Notifications You must be signed in to change notification settings

matheusns/stereo_perception

Repository files navigation

Obstacle Detection and Classification for Power Line Inspection Robots Based on Stereo Vision

The research aims to develop an obstacle recognition module to be used in a standalone robot for conducting visual inspection on transmission lines using a stereo camera as a data acquisition sensor. In this context, any element arranged in the transmission line that offers resistance to the passage of the robot is considered as an obstacle.

The obstacles that will be taken into account during the development of the work and should be detected and classified by the module in question are suspension clamps and stockbridge dampers.

Clamp Damper
Suspension Clamp Stockbridge damper

The process of recognizing obstacles will be divided into two stages. The first step will be responsible for detecting the obstacles located ahead of the robot, through image processing and conventional methods of extraction of characteristics. The second stage should perform the classification of the obstacle, detected during the previous stage, as one of the three possible obstacles, which will aid in the decision making of the robot and its autonomy throughout the inspection process. For the classification will be approached the convolutional neural network and support vector machine methods.

Image processing steps to detect a stockbridge damper.

The sensor that has been being used is the zed stereo camera that enables real-time high-resolution data acquisition and has some features, such as the depth map that reaches up to 20 meters, that might support future searches.

The robotic framework used is Robot Operation System (ROS), Kinetic distribuition, along with the Ubuntu 16.04 version of the Linux operating system, which are executed in a processing and control unit - a computer that meets the minimal requirements operating.

Contents

Requirements

Credits

License

Copyright (c) 2018 Perception Stereo ELIR

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

More informations at 3-Clause BSD License.

About

Obstacle Detection and Classification for Power Line Inspection Robots Based on Stereo Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages