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

isaac_ros_object_detection node doesn't install parameters file #8

Closed
Ilia-Kovalev opened this issue Aug 23, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Ilia-Kovalev
Copy link

This line installs the launch file but does not install the parameters file.

ament_auto_package(INSTALL_TO_SHARE launch)

So a user has to use symlink build to launch the node or to copy the file himself.

ament_auto_package(INSTALL_TO_SHARE launch params)
solves the issue

@hemalshahNV hemalshahNV self-assigned this Sep 2, 2022
@hemalshahNV hemalshahNV added the bug Something isn't working label Sep 2, 2022
@hemalshahNV
Copy link
Contributor

This is a great catch. Thanks for the fix! This didn't make it into DP1.1 but we'll consider this for a hotfix.

@hemalshahNV
Copy link
Contributor

Fixed in an update. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants