Skip to content

Commit 415050c

Browse files
committed
Adding rosjava templates and missing android template to the setup.py install script.
The current setup.py script do not install rosjava_* templates which prevents catkin_rosjava_create* scripts from working! This fix add the missing templates.
1 parent 5dbf437 commit 415050c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
],
1616
package_data = {'rosjava_build_tools': [
1717
'templates/android_package/*',
18+
'templates/android_project/*',
19+
'templates/rosjava_msg_project/*',
20+
'templates/rosjava_package/*',
21+
'templates/rosjava_project/*',
1822
'templates/init_repo/*',
1923
]},
2024
requires=['rospy' 'rospkg']

0 commit comments

Comments
 (0)