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.
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: