-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create activate scripts for PowerShell #91
Comments
See also RoboStack/ros-noetic#21 @traversaro - you mentioned that it should be easy-ish to create the ps1 script in vinca. Do you have any documentation that we could look at? |
Not sure, but apparently both colcon and ros2 docs mention
That is the reason why I was more optimistic of supporting PowerShell on ROS2 then on ROS1, as mentioned in RoboStack/ros-noetic#21 . |
For the vinca part, probably we will just modify around this line: https://github.com/RoboStack/vinca/blob/d38d89fcf2d46ea8e62aff31e76bbfb7fe95d028/vinca/template.py#L89 and add the approriate templates in https://github.com/RoboStack/vinca/tree/d38d89fcf2d46ea8e62aff31e76bbfb7fe95d028/vinca/templates . Porting to ps1 https://github.com/RoboStack/vinca/blob/d38d89fcf2d46ea8e62aff31e76bbfb7fe95d028/vinca/templates/activate.bat.in and https://github.com/RoboStack/vinca/blob/d38d89fcf2d46ea8e62aff31e76bbfb7fe95d028/vinca/templates/deactivate.bat.in may be a good starting point. |
I am trying to get Robostack to work in with Windows 10 Powershell and running into an error. Will post it shortly.
The text was updated successfully, but these errors were encountered: