carlaviz icon indicating copy to clipboard operation
carlaviz copied to clipboard

broken when changing map

Open psarka opened this issue 3 years ago • 2 comments

Running from official dockers

carla:0.9.10.1 carlaviz:latest

carla:0.9.10.1 has sumo 1.8 installed via

RUN add-apt-repository ppa:sumo/stable
RUN apt-get install -y sumo
ENV SUMO_HOME=/usr/share/sumo

After carla and carlaviz have loaded, try to change the map (assuming Town01 is not loaded):

python config.py --map Town01 --host ...

Carlaviz stops working, and the log is continuosly spamming messages

2021-03-05 14:35:28 [WARNING]  all traffic lights should be inserted first
2021-03-05 14:35:28 [WARNING]  Stop sign 269 should be added first.

Is switching maps supposed to work?

psarka avatar Mar 05 '21 14:03 psarka

This is a known issue. CarlaViz will break when chaning maps. I am going to fix it in future releases.

mjxu96 avatar Apr 11 '21 02:04 mjxu96

when are you releasing the new version of carlaviz, having the change map feature

harishjartarghar avatar May 11 '21 10:05 harishjartarghar

This is solved in https://github.com/mjxu96/carlaviz/pull/62

mjxu96 avatar Jul 26 '23 02:07 mjxu96