Skip to content

Commit

Permalink
Setup CI (#6)
Browse files Browse the repository at this point in the history
* remove nav2_package macro

* remove bad deps
  • Loading branch information
SteveMacenski authored Jun 10, 2020
1 parent b62cd6b commit d02637a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ find_package(builtin_interfaces REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(std_msgs REQUIRED)

nav2_package()

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/RadarReturn.msg"
"msg/RadarScan.msg"
DEPENDENCIES builtin_interfaces std_msgs action_msgs nav_msgs
DEPENDENCIES builtin_interfaces std_msgs
)

ament_export_dependencies(rosidl_default_runtime)
Expand Down

0 comments on commit d02637a

Please sign in to comment.