fix: add all .py
This commit is contained in:
parent
213179adbd
commit
07607958c9
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ ament_python_install_package(${PROJECT_NAME})
|
||||||
# Install Python executables
|
# Install Python executables
|
||||||
install(PROGRAMS
|
install(PROGRAMS
|
||||||
scripts/pe_dope_lc.py
|
scripts/pe_dope_lc.py
|
||||||
|
scripts/detector.py
|
||||||
|
scripts/models.py
|
||||||
|
scripts/cuboid.py
|
||||||
|
scripts/cuboid_pnp_solver.py
|
||||||
DESTINATION lib/${PROJECT_NAME}
|
DESTINATION lib/${PROJECT_NAME}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue