Giter Club home page Giter Club logo

dynamic_obstacle_detector's Introduction

Dynamic Obstacle Detector

A simple (but effective) detector of dynamic obstacles in laser scans. It detect groups of points in a laser scan that are then tracked using Kalman Filters. Obstacles that do not exceed a minimum velocity threshold are removed.

Parameters

  • input_scan_topic. Name of the scan topic. (Def: "scan").
  • odom_frame. Name of the odometry frame. (Def: "odom").
  • cluster_max_distance_points. Maximum distance [m] between consecutive points in the scan to be grouped together. (Def: 0.6).
  • cluster_min_points. Minimun number of points in a group to be considered as an obstacle. (Def: 3)
  • cluster_max_points. Maximum number of points in a group to be considered as an obstacle. (Def: 35)
  • min_vel_tracked. Minimum velocity [m/s] of the obstacles to be considered as a dynamic obstacle. (Def: 0.35).
  • max_vel_tracked. Maximum velocity [m/s] of the obstacles to be considered as a dynamic obstacle. (Def: 2.0).
  • max_tracked_distance. Maximum distance [m] between obstacles to be considered the same one. (Def: 0.55).
  • max_tracked_sec. Maximum time [sec] between detections of an obstacle to be tracked. (Def: 1.0).

Subscriptions

  • /scan: <sensor_msgs::LaserScan>. Laser scan topic. Modified by the parameter input_scan_topic.

Publications

  • /dynamic_obstacles <dynamic_obstacle_detector::DynamicObstacles>. message with the obstacle information similarly to the people msg.
  • /dynamic_obstacles/static_markers <visualization_msgs::MarkerArray>. RViz marker with the dynamic obstacles candidates.
  • /dynamic_obstacles/dynamic_markers <visualization_msgs::MarkerArray>. Rviz marker with the dynamic obstacles detected.

dynamic_obstacle_detector's People

Contributors

noeperez avatar

Watchers

 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.