ipa320 / cob_android

Apache License 2.0
2 stars 10 forks source link

fix install tags for indigo #28

Closed floweisshardt closed 7 years ago

floweisshardt commented 7 years ago

this seems to have changes in kinetic recently

travis jobs are crashing due to not installed executable

in indigo it seems to be ok to only mention the script in the setup.py. somehow in kinetic this needs to be explicitly installed. @ipa-bnm @ipa-mdl does this make sense?

mathias-luedtke commented 7 years ago

in indigo it seems to be ok to only mention the script in the setup.py

This is not okay for catkin packages, as the script might end up in a different bin directory. Best practice: http://docs.ros.org/indigo/api/catkin/html/howto/format2/installing_python.html