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(raw_vehicle_cmd_converter): csv paths are resolved in param.yaml #6476

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

xmfcx
Copy link
Contributor

@xmfcx xmfcx commented Feb 21, 2024

Description

Part of:

Continuation of:

Related PR:

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) label Feb 21, 2024
@xmfcx xmfcx changed the title fix(raw_vehicle_comd_converter): csv paths are resolved in param.yaml fix(raw_vehicle_cmd_converter): csv paths are resolved in param.yaml Feb 21, 2024
@xmfcx xmfcx force-pushed the fix/raw-vehicle-cmd-converter-schema branch from 813fe18 to 8b84b86 Compare February 21, 2024 18:29
@xmfcx xmfcx added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 21, 2024
@xmfcx xmfcx self-assigned this Feb 21, 2024
@xmfcx xmfcx added the DevOps Dojo: ROS Node Conf Related to Open AD Kit WG label Feb 21, 2024
@xmfcx
Copy link
Contributor Author

xmfcx commented Feb 21, 2024

@rej55 from:

However, if we launch raw_vehicle_cmd_converter from autoware_launch, some parameters defined in launch files does not appear.

In this change, I fixed above problems.

accel/brake/steer map path should change at launch, so I removed csv_path_**_map from yaml file and add them into xml file.

What do you mean by this?

What is wrong with having things this way?

As long as we have this:

<param from="$(var config_file)" allow_substs="true"/>

<param from="$(var config_file)" allow_substs="true"/> it should work alright.

@xmfcx xmfcx marked this pull request as ready for review February 21, 2024 18:48
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.64%. Comparing base (fdd3f9e) to head (7ad4075).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6476   +/-   ##
=======================================
  Coverage   14.64%   14.64%           
=======================================
  Files        1899     1899           
  Lines      130283   130283           
  Branches    38311    38311           
=======================================
  Hits        19076    19076           
  Misses      89793    89793           
  Partials    21414    21414           
Flag Coverage Δ *Carryforward flag
differential 10.52% <ø> (?)
total 14.64% <ø> (ø) Carriedforward from fdd3f9e

*This pull request uses carry forward flags. Click here to find out more.

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

@xmfcx xmfcx force-pushed the fix/raw-vehicle-cmd-converter-schema branch from 50bb613 to 7ad9fe3 Compare February 22, 2024 11:41
@xmfcx
Copy link
Contributor Author

xmfcx commented Feb 23, 2024

@mkuri @taikitanaka3 @TakaHoribe could you review this as a code owner?
I would like to merge this as soon as possible and make the action required.

cc. @rej55

M. Fatih Cırıt added 3 commits February 26, 2024 23:09
@xmfcx xmfcx force-pushed the fix/raw-vehicle-cmd-converter-schema branch from 7ad9fe3 to 7ad4075 Compare February 26, 2024 20:09
@xmfcx
Copy link
Contributor Author

xmfcx commented Mar 5, 2024

@rej55 could you look into this? I want to merge this.

@rej55
Copy link
Contributor

rej55 commented Mar 6, 2024

@xmfcx
The change looks okay but we have to change some launch files in other repository.
I will change it in this week, so could you wait, please?

@xmfcx
Copy link
Contributor Author

xmfcx commented Mar 6, 2024

@rej55 It's alright, I am waiting for your updates 👍

cant wait

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

I checked that it worked with this change.
LGTM

@xmfcx xmfcx merged commit a15a37a into main Mar 7, 2024
29 checks passed
@xmfcx xmfcx deleted the fix/raw-vehicle-cmd-converter-schema branch March 7, 2024 09:25
HansRobo pushed a commit that referenced this pull request Mar 12, 2024
kaigohirao pushed a commit to kaigohirao/autoware.universe that referenced this pull request Mar 22, 2024
zhiwango pushed a commit to tier4/autoware.universe that referenced this pull request Apr 10, 2024
zhiwango added a commit to tier4/autoware.universe that referenced this pull request Apr 10, 2024
…1240)

fix(raw_vehicle_cmd_converter): csv paths are resolved in param.yaml (autowarefoundation#6476)

Signed-off-by: M. Fatih Cırıt <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) DevOps Dojo: ROS Node Conf Related to Open AD Kit WG tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants