Giter VIP home page Giter VIP logo

plane_seg's Introduction

Plane Seg CI

ANYmal climbing a real staircase

Plane Seg is a library for fitting planes to LIDAR, depth camera data or elevation maps. It uses robust estimation to fit planes by clustering planar points with similar normals.

We assume the ROS build system (e.g. Melodic). The core library (plane-seg) is only dependent on PCL. The ROS application (plane-seg-ros) can process PointCloud2 and GridMap data types.

The edge detection package depends on Rviz Visual Tools and on the Locomotion Viewer library.

Using It

Run-Time Application: A sample application (for ANYmal) can be run and visualized (in Rviz) as follows:

roslaunch plane_seg_ros anymal.launch
roslaunch plane_seg_ros view_plane_seg.launch

Test program: reads example point clouds (PCDs), processes them and executes the fitting algorithm:

roslaunch plane_seg_ros test.launch
roslaunch plane_seg_ros view_plane_seg.launch

Run edge detection:

rosrun edge_detection_ros edge_detection_ros

Input

Input should be a point cloud or elevation map in the robot's odometry frame as well as the pose of the robot in the odometry frame. The elevation map is assumed to be at a 1-2 Hz.

Output

  1. A series of planar convex hulls published to ROS at 1-2 Hz
  • Nov 2019: Existing limitation is that the code searches for plane regions (which works fine), but that these regions are then assumed to be convex. However, they could be concave. We need to instead break concave regions into convex ones - a basic task.
  1. A series of line segments (edges) of published to ROS at 1-2 Hz. The minimum lenght of the edges can be adjusted, as much as the minimum height required to detect a new step.

Performance

  • The ANYmal RGB-D (RealSense D435) elevation map is 2cm resolution with 18000 points. It takes 0.3 seconds to process.
  • The DRC LIDAR terrain scan below is very dense with 76000 points. It takes 2.5 seconds to process.

Authors

Originally Developed as part of the DARPA Robotics Challenge project at MIT. Subsequent improvements and conversion to ROS was carried out at the DRS Group in Oxford during the MEMMO EU H2020 Project.

Maintainers: DRS Group at Oxford Robotics Institute
Original Author: Matt Antone (then at MIT)

The source code is released under a BSD 3-Clause license.

Citing this work

If you use this work in an academic context, please use the following:

  • M. Fallon, M. Antone, "Plane Seg – Robustly and Efficiently Extracting Contact Regions from Depth Data".

      @misc{Fallon2019PlaneSeg,
          author = {Fallon, Maurice and Antone, Matt},
          url = {https://github.com/ori-drs/plane_seg},
          title = {{Plane Seg – Robustly and Efficiently Extracting Contact Regions from Depth Data}},
          year = {2019},
      }
    

Other Images

Segmenting the DARPA Robotics Challenge terrain:

drc terrain segmentation

Actual DRC Finals terrain (not quite the same scene):

drc terrain photo

Video of ANYmal climbing a simulated staircase in Gazebo:

ANYmal climbing a simulated staircase in Gazebo

plane_seg's People

Contributors

mauricefallon avatar wxmerkt avatar mcamurri avatar mathieu-geisert 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.