-
Notifications
You must be signed in to change notification settings - Fork 717
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
feat: add handle angle scale property to signal display #7774
feat: add handle angle scale property to signal display #7774
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
…r msg_ptr instead of float value Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
LGTM |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7774 +/- ##
==========================================
- Coverage 28.40% 28.40% -0.01%
==========================================
Files 1585 1585
Lines 115451 115461 +10
Branches 49231 49233 +2
==========================================
Hits 32794 32794
- Misses 73707 73717 +10
Partials 8950 8950
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…dation#7774) * feat: add handle angle scale property to signal display * fix: set default steering angle to 0.0° when not received Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * fix: set default steering angle to N/A when not received and check for msg_ptr instead of float value Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel font size and wheel icon center is bigger Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel display to center the steering angle text Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: align steering angle text in both negative and positive cases Signed-off-by: KhalilSelyan <khalil@leodrive.ai> --------- Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
…dation#7774) * feat: add handle angle scale property to signal display * fix: set default steering angle to 0.0° when not received Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * fix: set default steering angle to N/A when not received and check for msg_ptr instead of float value Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel font size and wheel icon center is bigger Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel display to center the steering angle text Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: align steering angle text in both negative and positive cases Signed-off-by: KhalilSelyan <khalil@leodrive.ai> --------- Signed-off-by: KhalilSelyan <khalil@leodrive.ai> Signed-off-by: palas21 <palas21@itu.edu.tr>
…dation#7774) * feat: add handle angle scale property to signal display * fix: set default steering angle to 0.0° when not received Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * fix: set default steering angle to N/A when not received and check for msg_ptr instead of float value Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel font size and wheel icon center is bigger Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel display to center the steering angle text Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: align steering angle text in both negative and positive cases Signed-off-by: KhalilSelyan <khalil@leodrive.ai> --------- Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
* feat: add handle angle scale property to signal display * fix: set default steering angle to 0.0° when not received Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * fix: set default steering angle to N/A when not received and check for msg_ptr instead of float value Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel font size and wheel icon center is bigger Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: update steering wheel display to center the steering angle text Signed-off-by: KhalilSelyan <khalil@leodrive.ai> * chore: align steering angle text in both negative and positive cases Signed-off-by: KhalilSelyan <khalil@leodrive.ai> --------- Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
Description
Move a hard coded scale value to editable rviz property
Parent Issue:
How was this PR tested?
Checked both old and new overlay for confirming values
Effects on system behavior
None.