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

Update waypoints #6

Merged
merged 2 commits into from
Feb 20, 2024
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
18 changes: 8 additions & 10 deletions autonav_ws/src/autonav_display/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ endif()

# find dependencies
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(scr_msgs REQUIRED)
find_package(scr REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(ament_cmake_python REQUIRED)

add_executable(display src/display.cpp)
ament_target_dependencies(display rclcpp scr_msgs scr sensor_msgs)
# Install Python modules
ament_python_install_package(${PROJECT_NAME})

install(TARGETS
display
DESTINATION lib/${PROJECT_NAME}
# Install Python executables
install(PROGRAMS
src/display.py
DESTINATION lib/${PROJECT_NAME}
)

ament_package()
ament_package()
Empty file.
254 changes: 0 additions & 254 deletions autonav_ws/src/autonav_display/src/display.cpp

This file was deleted.

Loading
Loading