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

Fix catkin_lint #2120

Merged
merged 3 commits into from
May 29, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix catkin_lint
  • Loading branch information
JafarAbdi committed May 29, 2020
commit b73123a40e0ce16bb907e251e5e029e23a29de52
1 change: 1 addition & 0 deletions moveit_ros/visualization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ catkin_package(
moveit_ros_robot_interaction
object_recognition_msgs
roscpp
rviz
Copy link
Contributor

Choose a reason for hiding this comment

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

This one is correct, because we indeed include rviz headers in our headers.

DEPENDS
EIGEN3
)
Expand Down
1 change: 1 addition & 0 deletions moveit_setup_assistant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ catkin_package(
moveit_ros_planning
moveit_ros_visualization
roscpp
rviz
JafarAbdi marked this conversation as resolved.
Show resolved Hide resolved
)

# Header files that need Qt Moc pre-processing for use with Qt signals, etc:
Expand Down