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
Unfortunately, VSCode itself does not propagate environment variables between tasks, so this is lost well before the ROS extension activates. Instead you should launch vscode from a pre-initialized environment, or ensure that you are using ros from a root install. Check out this video for more details: https://www.youtube.com/watch?v=N2vqBvPQdhE
I'm adding support for specifying a setup script by full path instead of just attempting to inferring. This resolves some issues where ROS isn't installed in a standard location.
(Please add appropriate labels)
<0.8.0>
what is the bug
Can not launch debugging with a remote rosmaster.
Repro steps
expected behavior
Node under debugging should connect to the rosmaster available at exported URI
The text was updated successfully, but these errors were encountered: