Open bradyz opened 3 years ago
@philkr should we unify the map renderer into the current sensor format?
no. I like to separate things that require carla (and a carla server) from things that do not.
If you want to build a client-side sensor out of the visualization that's fine, but I wouldn't mix the two outright.
instead of a MapViewSensor, implement a sensor that parses the world into a Frame. this will be much nicer since the map view renderer just takes in a frame
TODOs:
ego
option to configure the sensor[...].target_actor
also figure out a nice way to vary the output streams (png, jpg, mp4)