Giter VIP home page Giter VIP logo

Comments (4)

berndgassmann avatar berndgassmann commented on July 22, 2024

We have the small python tests
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/python/tests/interface_test.py
https://github.com/intel/ad-rss-lib/blob/master/ad_rss_map_integration/python/tests/interface_test.py

And maybe some operations on data-type in the carla rss example (there the actually check calls are not done within python, though):
https://github.com/carla-simulator/carla/blob/master/PythonAPI/examples/manual_control_rss.py

Bernd.

from ad-rss-lib.

tvsrr avatar tvsrr commented on July 22, 2024

Hello, in continuation of python implementation. When the lead vehicle is not in the sensor range of the ego vehicle and we still want RSS to evaluate every scene, what should we set the distance of seperation to be? we can't set it 0 ; since it's not tracked by sensor it's wrong right. Are we supposed to update lead vehicle parameters to None?

from ad-rss-lib.

berndgassmann avatar berndgassmann commented on July 22, 2024

Hi,

If you know the position of the other vehicle you can evaluate it, for sure. ad_rss checks are not restricted at all in terms of distance. But if you want other vehicles to be checked with distance calculations, you should provide meaningful parameters. If you only want the object-id to be visible in the RSS output list (i.e. without calculated distances) you can select the SituationType::NotRelevant (https://github.com/intel/ad-rss-lib/blob/master/ad_rss_map_integration/impl/src/RssSceneCreator.cpp#L178)

Perhaps the following two integration examples help:

In the CARLA code:
https://github.com/carla-simulator/carla/blob/master/LibCarla/source/carla/rss/RssCheck.cpp
currently all objects are ignored that are beyond 100 meter (regardless of the actual sensor range).

In the map integration code
https://github.com/carla-simulator/carla/blob/master/LibCarla/source/carla/rss/RssCheck.cpp
we use the 100 meter per default as a filter, but consider in addition the stopping distance of the ego. If a vehicle is ignored here, it is presented to ad_rss check as not relevant scene (which is not actually processed within ad_rss)
https://github.com/intel/ad-rss-lib/blob/master/ad_rss_map_integration/impl/src/RssSceneCreation.cpp#L409

from ad-rss-lib.

berndgassmann avatar berndgassmann commented on July 22, 2024

I believe this can be close now.

from ad-rss-lib.

Related Issues (20)

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.