una-auxme / paf

MIT License
6 stars 0 forks source link

[Bug]: Car park out scenario not working in second map #172

Closed robertik10 closed 8 months ago

robertik10 commented 8 months ago

Current Behavior

Car doesn't seem to be able to park out of it's parking spot in the second map

Expected Behavior

Car should be park out on the second map just as good as on the first map

How to reproduce the issue

samuelkuehnel commented 8 months ago

The problem is that the behavior is not reset. I currently can't test the fix because my memory usage would raise too high. Can you try it out on your PC? @robertik10

samuelkuehnel commented 8 months ago

When trying to reproduce the situation, I found the behavior working (video). The problem that the vehicle doesn't leave the parking space also occurred sometimes on the first map. The problem is that the vehicle starts driving seconds before the initial trajectory is calculated. Therefore the steering doesn't work and we stay inside the parking space. You can observe in the rviz window that we start driving just before the green trajectory is visible. This bug is fixed in @JuliusMiller's branch where the curve speed is considered. BugFix_edited.webm

Therefore I will delete the branch from this issue.

robertik10 commented 8 months ago

Alright sounds good to me, great job!