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

Fixing typo in dependencies #982

Merged
merged 3 commits into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 1 addition & 3 deletions nav2_rviz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ find_package(geometry_msgs REQUIRED)
find_package(nav2_util REQUIRED)
find_package(nav2_lifecycle_manager REQUIRED)
find_package(nav2_msgs REQUIRED)
find_package(nav2_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
find_package(pluginlib REQUIRED)
find_package(Qt5 REQUIRED COMPONENTS Core Gui Widgets Test Concurrent)
Expand Down Expand Up @@ -56,9 +55,8 @@ set(dependencies
nav2_util
nav2_lifecycle_manager
nav2_msgs
nav2_msgs
nav_msgs
pluginglib
pluginlib
Qt5
rclcpp
rclcpp_lifecycle
Expand Down
1 change: 1 addition & 0 deletions nav2_system_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<exec_depend>launch_testing</exec_depend>
<exec_depend>navigation2</exec_depend>
<exec_depend>lcov</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>

<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
Expand Down
2 changes: 0 additions & 2 deletions nav2_system_tests/src/updown/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ add_executable(test_updown

ament_target_dependencies(test_updown
${dependencies}
robot_state_publisher
)

install(TARGETS test_updown
RUNTIME DESTINATION lib/${PROJECT_NAME}
)