-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--visualize_world not displaying complete visualisation #287
Comments
Hello! I'm facing the same problem and even more, Are you using the Carla integrated inside the docker container? I'm using a outside Carla 0.9.13 and when toggle on pylot/pylot/perception/detection/obstacle.py Lines 158 to 165 in a71ae92
I investigated how exactly the corners = self.bounding_box.to_camera_view(
ego_transform, frame.camera_setup.get_extrinsic_matrix(),
frame.camera_setup.get_intrinsic_matrix()) This will show some point, yet not in the place of the vehicles. |
I've solved the problem of pylot/pylot/debug/visualizer_operator.py Lines 365 to 376 in a71ae92
To have that message, you must create the stream: pylot/pylot/operator_creator.py Lines 888 to 890 in a71ae92
|
I am having trouble using the --visualize_world option as described here: https://pylot.readthedocs.io/en/stable/visualization.html
However I do not see the colourful map shown on the documentation - instead I see the following:
In addition my command line shows many errors such as the following:
The other visualisations work correctly for me (e.g. --visualize_detected_obstacles)
If you can reproduce the problem, please could you share a known commit hash when this feature was working?
Here is my config, please let me know if you see any mistakes:
The text was updated successfully, but these errors were encountered: