-
Notifications
You must be signed in to change notification settings - Fork 65
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
The use of --symlink-install can be unpredictable #41
Comments
This is currently only relevant for Python packages that use config and/or launch files. At the moment, this is only the experimental crazyflie_server_py package. |
until now I haven't had many issues with the --symlink-install myself when working on the crazyflie_server_py. I do remember that I indeed had issues with the config yaml files a while ago, but I've recently updated my galactic ROS2 and haven't seen this issue anymore actually. Maybe it's secretively fixed? |
If you don't see a problem, then we can close this issue for now. |
Hi @whoenig , @knmcguire I am using the python only package, i faced the issue that when i use Best, |
@HappySamuel, please open a new discussion and describe what problem you are facing (what did you do, what was the observed behavior, what is the expected behavior?). Thanks! |
Some of our packages use Python with setup.py. In that case, symlink-install doesn't work as intended.
We should either switch to cmake-based build everywhere (even for Python-only packages), or discourage the use of --symlink-install.
See: colcon/colcon-core#407
The text was updated successfully, but these errors were encountered: