Open
Description
When building a package with a project structure like camera_calibration from the ros image_pipeline, I get the ModuleNotFoundError
.
structure with ModuleNotFoundError
:
package_name/
├── src
│ └── package_name
│ ├── __init__.py
│ ├── node.py
│ ├── parameters.yaml
│ ...
When teh package is structure like
package_name/
├── package_name
│ ├── __init__.py
│ ├── node.py
│ ├── parameters.yaml
│ ...
everything works.
The problem lies in the hard-coded install_dir
/build_dir
, e.g.:
How could we solve the problem?
Metadata
Metadata
Assignees
Labels
No labels