-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[WIP] Powershell activation scripts for ROS2 #34
Conversation
Hi @traversaro - I have blindly written the activate/deactivate ps1 scripts. Is there any chance you could give them a go? If they work I can trigger a rebuild of the ros-workspace package in the Galactic repo so that they are built and installed correctly. @wolfv @traversaro - I have also no idea how the |
Just to understand, you mean use vinca to generate the recipes, build them via boa and then test them, right? |
I think to start with it would be sufficient to just call the (de-)activate scripts from a Powershell (i.e. copy the contents in a file somewhere) and see whether they 1) run without errors, and 2) set the intended environment variables and enable ROS2 to run. Once we have confirmed this, I can produce new packages and we can see whether the automated activation works too. |
Hey @traversaro @wolfv - did you have a chance to look at this? |
Kind ping @traversaro @wolfv |
I did this (by commenting the |
Thanks for testing! |
Fix RoboStack/ros-galactic#91