You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System (please complete the following information)
OS: Windows 10
ROS 2 Distro: Any
Additional context
looking at the ts for this action it looks like the windows part awaits setting up the ROS2 dependencies before actually installing the ROS2 binaries. I am no expert in TS but i would guess this is where the issue is.
The text was updated successfully, but these errors were encountered:
Description
i think im seeing this right but it looks like this action is hanging after "rosdep init" for windows and never actually installs ROS2 binaries.
Expected Behavior
install ROS2 binaries
Actual Behavior
hangs (awaits) on rosdep init step.
To Reproduce
see it in action here
System (please complete the following information)
Additional context
looking at the ts for this action it looks like the windows part
awaits
setting up the ROS2 dependencies before actually installing the ROS2 binaries. I am no expert in TS but i would guess this is where the issue is.The text was updated successfully, but these errors were encountered: