Git Product home page Git Product logo

Comments (2)

berndgassmann avatar berndgassmann commented on May 24, 2024

Hi,
in general the way you describe it makes sense and should work. Also some of the unit tests create similar setups to test the functions. And if it turn from safe to unsafe at some point in time, then at least no general problem of your setup should exist (like that the input values are out of their range or so). So the return value is always true telling the operation succeeded at least.

Maybe you call the variant of the function where you are able to spot also into the intermediate results of the calculation:
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/impl/include/ad/rss/core/RssCheck.hpp#L75

Especially in the RssStateSnapshot structure you should be able to spot the individual calculation results of the input WorldModel:
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/state/RssStateSnapshot.hpp#L140

Your input world model has 1 entry in the list, therefore the output in the RssStateSnapshot should also have one entry of:
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/state/RssState.hpp

SituationType expected to be SameDirection https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/situation/SituationType.hpp#L53

Especially the RssStateInformation https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/state/LongitudinalRssState.hpp#L137
provides some additional information like safeDistance and currentDistance which should change when the vehicle is changing.
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/state/RssStateInformation.hpp

And the evaluator expected is of LongitudinalDistanceSameDirectionOtherInFront
https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/state/RssStateEvaluator.hpp#L66

Did you set the https://github.com/intel/ad-rss-lib/blob/master/ad_rss/generated/include/ad/rss/world/Object.hpp#L136
occupied regions correctly according to your setup?
first image would be for the ego around:
segmentId = 2
lonRange = {0.0; 0.6}
latRange = {0.1; 0.9}
and for the other:
segmentId = 6
lonRange = {0.0; 0.7}
latRange = {0.1; 0.9}

You can also try to increase the log level of spdlog to get some more information of the run as log output (you could also provide it to me so I can try to give you a hint on what might be the issue).
spdlog::set_level(spdlog::level::trace)

Hope this helps

from ad-rss-lib.

hatem-darweesh avatar hatem-darweesh commented on May 24, 2024

Thanks you for you reply,
the problem was in the road area creation function.
the process described above is working fine.

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.