Giter VIP home page Giter VIP logo

safe_occlusion_aware_planning's People

Contributors

jfisac avatar zzx9636 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

safe_occlusion_aware_planning's Issues

A few questions about the code in the repo vs the paper

Hi, I'm interested in reproducing the experiments from the paper, but am running into a few issues:

  • FRS baseline
  • Blind summit
    • in the paper (eg fig 3), the scenario is described as an incline on Town 5, however, the script test_blind_summit appears to be on Town 3, and also a decline (instead of an incline)
    • if I uncomment the lines involving the truck obstacle (which I presume is the hidden agent in figure 3), I get the following error:
    Traceback (most recent call last):
    File "test_blind_summit.py", line 44, in <module>
      truck = Agent(client, truck_path, 295, 10)
    File "Safe_Occlusion_Aware_Planning-main/client/agent.py", line 20, in __init__
      self.actor = self.client.spawn_objects(filter, self.init_waypoint)
    File "Safe_Occlusion_Aware_Planning-main/client/client.py", line 194, in spawn_objects
      spawn_point = waypoint.transform
    AttributeError: 'NoneType' object has no attribute 'transform'
    
  • Intersection
    • If I uncomment the obstacle spawn/tick comments in test_intersection, I can see the hidden agent in figure 4, but it doesn't appear to move
  • Overtake
    Safe_Occlusion_Aware_Planning-main/risk_analysis/shadow_utils.py:785: 
      RuntimeWarning: divide by zero encountered in true_divide
      V_in_max = (delta_s - 0.5*self.a_max*delta_t**2)/delta_t
    

Let me know if you'd like me to test anything on my end in case there's user error.

The time of replanning.

Hello! I'm really impressed with this work.
Regarding this framework, I have a question to seek your advice. When I run test_overtake.py, I find that the relpanning close loop takes a long time, maybe 90s on my device. Is this normal? My cpu is Intel Core i7-12700.
Thanks in advance for your reply!

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.