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

Improve how rclpy libraries are imported #560

Open
ivanpauno opened this issue May 26, 2020 · 1 comment
Open

Improve how rclpy libraries are imported #560

ivanpauno opened this issue May 26, 2020 · 1 comment
Labels
backlog enhancement New feature or request

Comments

@ivanpauno
Copy link
Member

Feature request

Feature description

Currently, it's impossible to import rclpy C extensions at Module level.
That's because at test time they are being imported in a different way (1, 2).

Implementation considerations

Approaches tried in the past to solve the problem:

Other approaches:

  • Install all tests in build folder, and run tests there.
@dirk-thomas
Copy link
Member

I good use case which should be supported (without needing to source the setup file): #561.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants