Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi distro travis #83

Merged
merged 8 commits into from
Mar 20, 2017
Merged

Conversation

fmessmer
Copy link
Member

@fmessmer fmessmer commented Mar 5, 2017

includes #79

no kinetic_dev needed

@fmessmer
Copy link
Member Author

remove cob4-10 after ipa320/cob_robots#634

endforeach(robot)
find_package(cob_supported_robots REQUIRED)
find_package(cob_default_env_config REQUIRED)
find_package(roslaunch REQUIRED)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you find_package all those packages directly and not via catkin?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because they are test_depends

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, right :-) missed that.

find_package(cob_default_env_config REQUIRED)
find_package(roslaunch REQUIRED)
foreach(robot ${cob_supported_robots_ROBOTLIST})
foreach(env ${cob_default_env_config_ENVLIST})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, probably because of those lists? Can't you access them this way if you find them via catkin? But then, what about roslaunch?

@fmessmer fmessmer merged commit 62832da into ipa320:indigo_dev Mar 20, 2017
@fmessmer fmessmer deleted the multi_distro_travis branch March 20, 2017 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants