forked from USC-ACTLab/crazyswarm
-
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
Fix symlink issue in crazyflie_examples #87
Labels
enhancement
New feature or request
Comments
What do you mean by "unsuccessful" - did it not build, or did the problem remain? I am pretty sure I have used the cmake-trick in other projects successfully. |
whoenig
added a commit
that referenced
this issue
Nov 15, 2022
Workaround for colcon/colcon-core#407 Fixes #87
Yeah what I meant with unsuccessful is that it didn't build for me, but I probably forgot something in the pipeline of implementing it. I'll review the current PR! |
Merged
whoenig
added a commit
that referenced
this issue
Nov 17, 2022
boomer319
pushed a commit
to boomer319/verrueckterschwarm2
that referenced
this issue
Nov 25, 2023
* examples: switch to cmake for symlink-install Workaround for colcon/colcon-core#407 Fixes IMRCLab#87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if anybody changes anything in crazyflie_examples's launch file, config files or data files, they will need to reinstall with colcon build which is annoying.
Currently I've added a warning to the text in #86, but there are other things we can do:
Anyway, this issue will also warn crazyswarm2 users that this is still a problem.
The text was updated successfully, but these errors were encountered: