Skip to content
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

fix(autoware_simple_pure_pursuit): make control command output transient local #328

Merged
merged 4 commits into from
Mar 27, 2025

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Mar 27, 2025

Description

This modifies the default QoS settings for control command output from autoware_simple_pure_pursuit to transient local. This is because AWSIM subsriber is set as transient local, and it cannot communicate with Autoware if we publish with volatile durability.

We should come back to discuss if this should be defined as transient local as a design, but I would like to have this merged in order to make it work with the simulator.

I also added minor fixes:

  • update timestamp in the message
  • set is_defined_acceleration to true since we are setting acceleration field as well.
    (AWSIM didn't really care with these two, though)

Related links

Parent Issue:

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Copy link

github-actions bot commented Mar 27, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

…ansient local

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
@mitsudome-r mitsudome-r force-pushed the fix-control-command-qos branch from ab06722 to 2d31bc9 Compare March 27, 2025 08:56
Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mitsudome-r mitsudome-r added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 27, 2025
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 4.20%. Comparing base (4cb18f5) to head (b9ac635).
Report is 123 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #328       +/-   ##
==========================================
- Coverage   78.75%   4.20%   -74.55%     
==========================================
  Files          11      42       +31     
  Lines         193    2401     +2208     
  Branches       73     389      +316     
==========================================
- Hits          152     101       -51     
- Misses         11    2290     +2279     
+ Partials       30      10       -20     
Flag Coverage Δ
differential 4.20% <100.00%> (?)
total ?

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

mitsudome-r and others added 2 commits March 27, 2025 19:08
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>

Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Copy link
Member

@youtalk youtalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@youtalk youtalk merged commit 4a88172 into autowarefoundation:main Mar 27, 2025
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants