Mete Fatih Cırıt
Mete Fatih Cırıt
`autoware_state_panel.hpp` Click to expand ```cpp // Diagnostic // QLabel * diagnostic_label_ptr_{nullptr}; // QVBoxLayout * diagnostic_layout_{nullptr}; // std::unordered_map statusLabels; // rclcpp::Subscription::SharedPtr sub_diag_; // void onDiagnostics(const DiagnosticArray::ConstSharedPtr msg); // void addStatusLabel(const std::string...
We added scrollbars if it gets forced into a small area.  It looks and functions very well now. 
The bounding box color should match with the light color. And the text can be black arrows or shapes from: https://www.alt-codes.net/arrow_alt_codes.php  I see that it is complicated to render...
The text is not readable, could you make it larger? Also the text box should be connected to the bounding box rectangle.
> is it better with thicker or less thick text (i think thicker) Yes, thicker is better 👍  The filled label box should be adjacent but not under the...
> let me know if you think its better with the extra padding or without It's better without the padding. Could you increase the font and symbol sizes a bit?...
@knzo25 starting from this PR, The CI for build-main started failing: - https://github.com/autowarefoundation/autoware.universe/actions/runs/9590002364/job/26444678737#step:15:22008 ``` 8: C++ exception with description "cudaErrorInsufficientDriver (35)@/__w/autoware.universe/autoware.universe/perception/lidar_centerpoint/include/lidar_centerpoint/cuda_utils.hpp#L80: CUDA driver version is insufficient for CUDA runtime version"...
How are we filling up the disk space? We have 54GB of space to work with 😯 Could you add: ```yaml - name: Show disk space run: | df -h...
@dependabot rebase
@bartek-kc nice work on the this PR! It's definitely a good idea that could help us out a lot. Could you add some tests for this new class? If that's...