ament / ament/ament_cmake

ament_cmake_python: --symlink-install does not work correctly if node is renamed

Aperta
#562 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
enhancement help wanted
Lingua principale
CMake
Stelle
125
Fork
147
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I got an issue report on Turtle Nest ROS 2 package, notifying that --symlink-install option does not work correctly for packages that are built for C++ and Python, when a node is renamed.

Here is the full issue report: https://github.com/Jannkar/turtle_nest/issues/15

I believe this might an issue on `ament_cmake_python` side?

Example of node renaming:
```
# Install Python executables
install(PROGRAMS
${PROJECT_NAME}/python_node.py
DESTINATION lib/${PROJECT_NAME}
RENAME python_node
)
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.