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

Lint visualization (#1141) #1144

Merged

Conversation

davetcoleman
Copy link
Member

Cherry picked for Melodic
#1141 (review)

* Sort dependencies alphabetically

* Add missing dependencies

* Fix rostest deps

* Use CATKIN_GLOBAL_INCLUDE_DESTINATION

* Remove link_directories
@davetcoleman davetcoleman mentioned this pull request Oct 25, 2018
1 task
@rhaschke rhaschke merged commit 5007b5f into moveit:melodic-devel Oct 25, 2018
@davetcoleman davetcoleman deleted the melodic-cleanup-visualization branch October 25, 2018 21:03
@@ -19,13 +19,19 @@ pkg_check_modules(OGRE OGRE)
link_directories( ${OGRE_LIBRARY_DIRS} )

find_package(catkin REQUIRED COMPONENTS
class_loader
eigen_conversions
Copy link
Contributor

Choose a reason for hiding this comment

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

eigen_conversions isn't needed in melodic-devel due to #830

<build_depend>rviz</build_depend>
<build_depend>class_loader</build_depend>
<build_depend>eigen</build_depend>
<build_depend>eigen_conversions</build_depend>
Copy link
Contributor

Choose a reason for hiding this comment

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

eigen_conversions isn't needed here either.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks #1181

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

4 participants