Skip to content
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

support all usual ROS setup features via _setup_util.py #10

Open
asmodehn opened this issue Feb 26, 2016 · 3 comments
Open

support all usual ROS setup features via _setup_util.py #10

asmodehn opened this issue Feb 26, 2016 · 3 comments

Comments

@asmodehn
Copy link
Member

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.

@asmodehn asmodehn changed the title support all usual ROS setup features via support all usual ROS setup features via _setup_util.py Feb 26, 2016
@asmodehn
Copy link
Member Author

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 ?)

@asmodehn
Copy link
Member Author

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 ?

@asmodehn
Copy link
Member Author

asmodehn commented Apr 5, 2016

On the other hand the output of _setup_util is quite simple and we might be able to parse it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant