Conversation
how to get launch file included in the build Signed-off-by: andanders <49952149+andanders@users.noreply.github.com>
|
Thanks for the PR. I agree that something is missing in this section, but I don't think we should add this here. This section calls There is a note below about using Also, could you instead target the |
|
Hi Christophe, the other tutorial you mention uses Glob to copy all files, so my specific example in this PR is redundant. |
|
Yeah, it's redundant to add this here, but it would be nice to just add a link to the "Creating the structure to hold launch files" section in the |
how to get launch file included in the build.
The tutorial does not show how to do this. As a result the command in the tutorial
ros2 launch <package_name> <launch_file_name>does not work.