Hello everyone, I am collecting different scenarios for a synthetic scenarios classification system. I am currently working on lane change on a curved road, and I am using LaneChange class from atomic_behaviors.py.
The vehicle performs a correct maneuver only using _distance_lanechange values from a certain range, otherwise the vehicle skids since it steers too much.
Is there a way to smooth the trajectory (e.g. by adjusting the steering angle) in order to obtain a correct lane change for every possible value of _distance_lanechange parameter? Here is the creation of the behaviour for the scenario:
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.
CARLA version: 9.13 Platform/OS: Ubuntu Python 3.8.13
Hello everyone, I am collecting different scenarios for a synthetic scenarios classification system. I am currently working on lane change on a curved road, and I am using LaneChange class from atomic_behaviors.py.
The vehicle performs a correct maneuver only using _distance_lanechange values from a certain range, otherwise the vehicle skids since it steers too much.
Is there a way to smooth the trajectory (e.g. by adjusting the steering angle) in order to obtain a correct lane change for every possible value of _distance_lanechange parameter? Here is the creation of the behaviour for the scenario:
Speed needs to be about 30/36 m/s since the classification system involves recognizing highway scenarios. Thanks to everyone in advance,
Luca Forneris University of Genoa