autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.6k stars 2.89k forks source link

feat(ansible): add new task to install libqt5charts5-dev #4119

Closed satoshi-ota closed 5 months ago

satoshi-ota commented 5 months ago

Description

Add new task to install libqt5charts5-dev so that we can develop utility tools with qt charts.

Related PR: https://github.com/autowarefoundation/autoware.universe/pull/6154 (I use the lib in this PR.)

NOTE: After merging https://github.com/ros/rosdistro/pull/39705, I'll remove this task.

Tests performed

I confirmed that libqt5charts5-dev was installed correctly with ./setup-dev-env.sh.

Effects on system behavior

Nothing.

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.

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

mitsudome-r commented 5 months ago

Could you explain in the description why you want to add this package? Please link to the issue or PR that requires this library to be installed.

satoshi-ota commented 5 months ago

Could you explain in the description why you want to add this package? Please link to the issue or PR that requires this library to be installed.

@mitsudome-r Thanks your comment. I added the related PR in the description.

xmfcx commented 5 months ago

@satoshi-ota -san could you also update the ansible/roles/autoware_universe/README.md file as well?

Those are used in the Manual Installation Instructions.