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
Probably other features that people are used to have when sourcing setup.bash, are not supported when using pyros test.
We should find a way to detect the _setup_util.py module (present in all workspaces) and use it from pyros-setup, in order to provide all the features that setup.bash provides.
The text was updated successfully, but these errors were encountered:
asmodehn
changed the title
support all usual ROS setup features via
support all usual ROS setup features via _setup_util.py
Feb 26, 2016
Actually underlays ARE supported by using "delay_import" directly, instead of the "delay_import_auto" method trying to do a clever find of workspaces...
We should probably think of another way to make this convenient... ( configuration vs autodetection ?)
It seems _setup_utils.py doesnt do anything regarding the setup of the environment. Instead it helps generate shell scripts... so maybe we cant use it after all ?
Currently underlays are not supported.
Probably other features that people are used to have when sourcing setup.bash, are not supported when using pyros test.
We should find a way to detect the _setup_util.py module (present in all workspaces) and use it from pyros-setup, in order to provide all the features that setup.bash provides.
The text was updated successfully, but these errors were encountered: