David Duro Aragonés

Results 10 issues of David Duro Aragonés

![image](https://github.com/user-attachments/assets/e50cb83f-7345-41ae-a3d9-1cf1364e1335)

### High Level Description After checking the lidar output and using matplotlib I get values that are difficult to interpret, in fact, they make no sense to me. The `compute_point_cloud`...

help wanted

### High Level Description I have been having problems launching the sanity test after following the installation instructions: ```bash E ImportError: numpy.core.multiarray failed to import ``` After reinstalling the libraries...

bug

Tasks: - [x] Display Waypoints on the map - [ ] Display angle of view of the robot

Should close issue: https://github.com/huawei-noah/SMARTS/issues/2168

### High Level Description As the laser is designed to be computationally light and its rays move with the movement of the car, when the movement is zero, the rays...

bug

### Motivation Right now the RLidar is returned with absolute coordinates and always from the same absolute orientation. Knowing this makes it easy to use, but I think it is...

enhancement

### High Level Description I am trying to use a customised scenario for an agent to learn how to park. The scenario I'm using: ```python normal = TrafficActor(name="car", depart_speed=0) traffic...

help wanted