simulator: sensors aren't filled #33721
Labels
bug
good first issue
Feasible for new contributers
simulation
running openpilot in environments like CARLA
The IMUState is never updated, so locationd is getting 0s for the sensor data, and then paramsd learns a bad offset, preventing from merging a fix to the steering angle: #33718
openpilot/tools/sim/lib/common.py
Lines 30 to 34 in 72e19cc
We may be able to fake these sensors with the vehicle state:
metadrive_vehicle_state(velocity=vec3(x=3.250601291656494, y=10.504247665405273, z=0), position=(217.0621795654297, 82.05776977539062), bearing=72.51176834106445, steering_angle=7.866117000579834)
The text was updated successfully, but these errors were encountered: