-
Notifications
You must be signed in to change notification settings - Fork 83
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
legacyPackages lacks colcon and other tools #150
Comments
|
Hello What do you think about adding something like rosPackages = {
gazebo = super.gazebo;
colcon = super.colcon;
...
}; in It's probably what I will do in a fork to be able to use |
Yes, I've considered doing this but never got around to it. There are a lot of other packages that might be useful, but this is better than nothing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the flake for
nix-ros-overlay
, certain tools likecolcon
are not included underlegacyPackages
. I believe this is because you scope the export aspkgs.rosPackages
.The text was updated successfully, but these errors were encountered: