Hi @clalancette
Bug report
Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
Steps to reproduce issue
- add a launch file as this link
- colcon build --symlink-install
Expected behavior
A symbolic link should be added to /path_to_install_directory/package_name/share/package_name/launch/
Actual behavior
- Not a symbolic link but a copy of the launch file is added.
- The file is not added to /path_to_install_directory/package_name/share/package_name/launch/, but added to /path_to_install_directory/package_name/share/package_name/
if you add param or config files, the path to the files will be more important so I would like to ask if there is any way to add the entire param/config/launch directories using rclpy.
