carla icon indicating copy to clipboard operation
carla copied to clipboard

Traffic Manager Auto Lane Change

Open Miknow78 opened this issue 2 years ago • 2 comments

What is the criteria for a vehicle to change lane when it's in autopilot mode? I set traffic_maanger.auto_lane_change(vehicle, True) and a leading distance of 3. If my car has a speed of 50 and the car in front has a speed of 20, shouldn't my vehicle change his lane?

Miknow78 avatar Jan 14 '22 11:01 Miknow78

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 13:04 stale[bot]

Hi @Miknow78, did you manage to understand how change lane works in autopilot?

I also created a scenario with traffic_manager.auto_lane_change(v, True) where a obstacle vehicle is spawned in front of the 'ego' that is configured with auto lane change as true. But never the vehicle manages to overtake the static obstacle in front of it. It only changes lanes with the force command as: traffic_manager.force_lane_change(danger_car, False).

@jackbart94 hello could you please take a look on this?

tiagorochag avatar Aug 03 '22 14:08 tiagorochag

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 02 '23 03:06 stale[bot]

From my understanding, automatic lane changing is not currently implemented.

I would also appreciate this feature, or at least more guidance around what the current limitations are and how one could implement this manually.

adwiii avatar Jul 12 '23 17:07 adwiii

@germanros1987 @bernatx any news on this?

AreopagX avatar Apr 09 '24 10:04 AreopagX