Skip to content

inconsistency in building system results when using rclcpp and rclpy #483

@JaehyunShim

Description

@JaehyunShim

Hi @clalancette

Bug report

Required Info:

  • Operating System:
    • Ubuntu 20.04
  • Installation type:
    • source
  • Version or commit hash:
    • latest master branch
  • DDS implementation:
    • FastRTPS
  • Client library (if applicable):
    • rclpy

Steps to reproduce issue

  1. add a launch file as this link
  2. 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

  1. Not a symbolic link but a copy of the launch file is added.
  2. 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.

Screenshot from 2021-01-27 10-32-48

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions