Skip to content

Commit

Permalink
fixed CMakeLists for asv_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alekskl01 committed Oct 9, 2023
1 parent 5b84187 commit 455b971
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions asv_setup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ find_package(ament_cmake REQUIRED)
# further dependencies manually.
# find_package(<dependency> REQUIRED)

# Install launch files.
install(DIRECTORY
launch
DESTINATION share/${PROJECT_NAME}/
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ launch:
to: "/joystick/joy"

- include:
file: "src/vortex-asv/mission/joystick_interface/launch/joystick_interface_launch.yaml"
file: "src/vortex-asv/mission/joystick_interface/launch/joystick_interface.launch.yaml"

0 comments on commit 455b971

Please sign in to comment.