Skip to content

Commit

Permalink
install all templates in install space
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rwu committed Feb 28, 2024
1 parent 28a1ff3 commit a1ae884
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
(
"share/" + package_name + "/templates",
["templates/component.ros2.j2", "templates/rossystem.rossystem.j2"],
[
"templates/component.ros2.j2",
"templates/rossystem.rossystem.j2",
"templates/runtime_rossystem.rossystem.j2",
"templates/message.ros.j2",
],
),
],
install_requires=[
Expand Down

0 comments on commit a1ae884

Please sign in to comment.