i
I am fairly new to carla.
I have a XYZ and ypr csv trajectory that i want my vehicle to follow. The vehicle is expected to change couple lanes (where its yaw changes significantly) . When the carla vehicle displays this the vehicle appears to slide or drift into the lane rather than streering (basically i expect the vehicle to turn a bit more sharply than it is which makes it appear like a slide/drift movement) . I have tried using other yaw values (waypoint = world.get_map().get_waypoint(location), rot = waypoint.transform.rotation) , this also results in similiar movement. i have also tried enabling /disabling the vehicle physics but it doesnt help.
https://github.com/carla-simulator/carla/assets/125699572/e8adaf4c-6838-45c9-ba86-363d09653806
i I am fairly new to carla. I have a XYZ and ypr csv trajectory that i want my vehicle to follow. The vehicle is expected to change couple lanes (where its yaw changes significantly) . When the carla vehicle displays this the vehicle appears to slide or drift into the lane rather than streering (basically i expect the vehicle to turn a bit more sharply than it is which makes it appear like a slide/drift movement) . I have tried using other yaw values (waypoint = world.get_map().get_waypoint(location), rot = waypoint.transform.rotation) , this also results in similiar movement. i have also tried enabling /disabling the vehicle physics but it doesnt help.