System Details
- 3.12.3
- 3.1.0
- Ubuntu 24.04.3
- CARLA 0.9.16
Detailed Description
-
Description
Given a trajectory (space-time curve) over discrete, uniform time intervals, I'd like to create an agent that tracks the trajectory. Looking at the API, TrackWaypointsAction(...) is the closest one that's been implemented for CARLA. However, I can't get this API to work with CARLA. Even when we provide a uniform speed for the geometric curve, it doesn't work. Here's the code snippet:
behavior FollowRecordedTrajectory(waypoints, target_speed=1.5):
while True:
take TrackWaypointsAction(waypoints, cruising_speed=target_speed)
-
Command
scenic --2d --model scenic.simulators.carla.model --simulate --count 1 test.scenic -b --seed 1234
-
Issue
What I end up seeing is that car just starts spinning in circles.
Steps To Reproduce
Please see above.
Issue Submission Checklist
System Details
Detailed Description
Description
Given a trajectory (space-time curve) over discrete, uniform time intervals, I'd like to create an agent that tracks the trajectory. Looking at the API, TrackWaypointsAction(...) is the closest one that's been implemented for CARLA. However, I can't get this API to work with CARLA. Even when we provide a uniform speed for the geometric curve, it doesn't work. Here's the code snippet:
Command
scenic --2d --model scenic.simulators.carla.model --simulate --count 1 test.scenic -b --seed 1234Issue
What I end up seeing is that car just starts spinning in circles.
Steps To Reproduce
Please see above.
Issue Submission Checklist