Open miursh opened 4 months ago
@miursh Miura-san, may I ask who is handling this issue? Thanks ;)
@kminoda @YoshiRi How about this?
This is assigned to @tzhong518. If urgent, I will handle it.
I urgently need the numerous errors appearing in the terminal to be removed
@KhalilSelyan (cc: @tzhong518) Hi, thank you for the previous PR https://github.com/autowarefoundation/autoware.universe/pull/6985. However, the PR is flooding the terminal log (issue https://github.com/autowarefoundation/autoware.universe/issues/7924), so I will merge this temporary PR as a quick fix: https://github.com/autowarefoundation/autoware.universe/pull/8294
Would you consider handling this, not just with a quick fix but as a long term fix?
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
When the TLR outputs an unknown result, the visualizer:
Keeps outputting 'Adjusted position is out of image bounds.' to the terminal
The border color of 'unknown' is green
Expected behavior
When the TLR outputs an unknown result, the visualizer:
Actual behavior
When the TLR outputs an unknown result, the visualizer:
Steps to reproduce
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=PATH_TP_MAP vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit vehicle:=false sensing:=true perception:=true planning:=false control:=false map:=true system:=false localization:=false rviz:=false
ros2 run rqt_image_view rqt_image_view
and see~/debug/rois
topicVersions
OS: Ubuntu22.04 ROS2: humble Autoware: latest
Possible causes
The condition in this section is not good. https://github.com/autowarefoundation/autoware.universe/blob/main/perception/traffic_light_visualization/src/traffic_light_roi_visualizer/shape_draw.cpp#L50-L52
Possible approaches
Additional context
No response