GithubHelp home page GithubHelp logo

radar_tracker's Introduction

radar_tracker (PDA-Branch)

radar_tracker Just run by rosrun radar_estimator radar_estimator_node run the rosbag. The node plays everything on /sensor_visualization topic.


Documentation of the code is provided in doc folder. Just click the index file there, and an html page for the code will pop up.

radar_tracker's People

Contributors

ulassbin avatar

Watchers

 avatar

radar_tracker's Issues

Filter construction - deconstruction issues

Currently the algorithm is facing several issues with filter handling. Those are:

  1. At the start 10 filters are started The image below shows that, in underscore bag. 9 other fields are empty, thus we are starting 9 filters for no reason.
  2. No additional filters are generated on the runtime. It is known that there might be more than 10 objects at the time, however sensor provides 10 matches at each time. Given I track N filters, I can compare the new 10 readings to those N filters. For the distinct ones, I can restart a filter by pushing it to the list and directly assigning the values.
  3. To handle the filters from scaling indefinitely, I can compare each filter with each other, if their values are close enough I can erase the duplicates.(This might not be the best way to compare in terms of efficiency, this can scale quite fast.)
    lrr_underscore_bug_found

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.