Giter Site home page Giter Site logo

Comments (4)

Kait0 avatar Kait0 commented on June 21, 2024

I would first make sure this isn't a visualization problem.
I think the leaderboard client projects waypoints in the route file onto the nearest lane.
You can visualize the route in CARLA by seeting --debug 1 in the leaderboard_evaluator.py arguments.

from transfuser.

EcustBoy avatar EcustBoy commented on June 21, 2024

I would first make sure this isn't a visualization problem. I think the leaderboard client projects waypoints in the route file onto the nearest lane. You can visualize the route in CARLA by seeting --debug 1 in the leaderboard_evaluator.py arguments.

Thanks for your reply~~ I'm quite sure this isn't a visualization code bug, because I copy transfuser-2022 visualization code and I also check each start and goal waypoints coordinates value from the xml file on global map, some waypoints are indeed not in a valid drivable range.

Although client can projects waypoints in the route file onto the nearest lane and client will treat the projected waypoint as a goal, but as I think obviously this is not reasonable. I'm not sure if there's something wrong with the official town05_short file :-) At least I didn't find any bug in my own code.

So I โ€˜d like to know if you encountered such an exception during the simulation? Is your simulation car normally completing the entire route? (I mean running exactly from start coordinates to goal coordinates descripted by the route xml files)

I'll thanks much for your answer

from transfuser.

Kait0 avatar Kait0 commented on June 21, 2024

The route xml files are autogenerated and don't necessarily start or end on the road (as said CARLA will project the points to the road).
The agent gets the projected points as input not the original xml data, so this isn't really a problem.
I don't think there is a bug in your code, these route files are just not so clean.

from transfuser.

EcustBoy avatar EcustBoy commented on June 21, 2024

The route xml files are autogenerated and don't necessarily start or end on the road (as said CARLA will project the points to the road). The agent gets the projected points as input not the original xml data, so this isn't really a problem. I don't think there is a bug in your code, these route files are just not so clean.

Thanks for your answer~~ I think I can continue my testing on town05_short routes, while I still think such route generation method is a bit strange haha :-)

from transfuser.

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.