cmake_minimum_required(VERSION 3.10)
project(gps_umd)

set(CMAKE_CXX_STANDARD 14)

find_package(ament_cmake REQUIRED)

ament_package()
