Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about cmd #109

Closed
YiHuang108 opened this issue Oct 11, 2024 · 3 comments
Closed

Question about cmd #109

YiHuang108 opened this issue Oct 11, 2024 · 3 comments

Comments

@YiHuang108
Copy link

YiHuang108 commented Oct 11, 2024

While reviewing the code, I noticed that commands are generated alongside GPS data during the loading process. However, in CARLA, the presence of other interfering vehicles may affect the agent's path. If the agent continues to follow the previously generated commands despite interference, this could result in the "Agent deviated from the route" error.

Since model test is seriously affected by this problem. Do you have any plans to address this issue? Looking forward to your replay.

@jayyoung0802
Copy link
Member

Hi, this is a different concept. Current behavior is a real-time decision. Autonomous driving agents require a route or command(which derived from route) to tell them where to go.

@YiHuang108
Copy link
Author

YiHuang108 commented Oct 12, 2024

One question I have is, will I update my cmd right away after I go over the near_node? I had predicted that I would turn right before I started to turn straight. I did not know whether the near_node was passed and caused the CMD to be updated. However, the vehicle did not travel along the correct route.

@jiaxiaosong1002
Copy link
Member

@YiHuang108 Please check the team_code agent to understand the command system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants