Mete Fatih Cırıt

Results 304 comments of 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. ![2024-05-21_16-24](https://github.com/autowarefoundation/autoware.universe/assets/10751153/02c20813-4f1f-4db7-88a9-df97d8d5ccd3) It looks and functions very well now. ![2024-05-21_16-23](https://github.com/autowarefoundation/autoware.universe/assets/10751153/28f8560e-8c99-46bb-a8bf-0cf25de636e4)

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 ![image](https://github.com/autowarefoundation/autoware.universe/assets/10751153/d32f18dd-2681-4cb8-98b8-fe367798e8bd) 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 👍 ![image](https://github.com/autowarefoundation/autoware.universe/assets/10751153/fb66cec8-440f-4ebe-8e3d-2a6b265e3687) 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...

@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...