CARLA version: 0.9.13
Platform: Ubuntu 18.04
Problem you have experienced:
If life_time is set to -1.0, points stay in the world indefinitely.
What you expected to happen:
life_time=-1.0 should let points disappear in the next frame.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
CARLA version: 0.9.13 Platform: Ubuntu 18.04 Problem you have experienced: If
life_time
is set to-1.0
, points stay in the world indefinitely. What you expected to happen:life_time=-1.0
should let points disappear in the next frame.Steps to reproduce:
Expectation: Console output: 0.9.13 0.9.13 Point stays visible for one frame
Result: Console output: 0.9.13 0.9.13 Point stays visible indefinitely
This functionality worked as expected in CARLA 0.9.12. Possibly related to #5075, although
life_time=0.
works as expected for draw_point()?