Skip to content

Commit

Permalink
Fix catkin_lint issues (moveit#2120)
Browse files Browse the repository at this point in the history
catkin_lint became a little stricter in checking...
  • Loading branch information
JafarAbdi authored and rhaschke committed May 29, 2020
1 parent a5891df commit e02aa42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
DEPENDS
EIGEN3
)
Expand Down
3 changes: 2 additions & 1 deletion moveit_setup_assistant/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@
<build_depend>libogre-dev</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>libqt5-opengl-dev</build_depend>
<build_depend>rviz</build_depend>

<depend>moveit_core</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_ros_visualization</depend>
<depend>rosconsole</depend>
<depend>roscpp</depend>
<depend>rviz</depend>
<depend>urdf</depend>
<depend>yaml-cpp</depend>
<depend version_gt="0.3.1">srdfdom</depend>

<exec_depend>xacro</exec_depend>
<exec_depend>rviz</exec_depend>

<test_depend>moveit_resources</test_depend>
<test_depend>rosunit</test_depend>
Expand Down

0 comments on commit e02aa42

Please sign in to comment.