Skip to content

Commit

Permalink
fix some stuff for roslaunch check
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored and fpasch committed Mar 23, 2020
1 parent ecdc776 commit 3164519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions carla_ad_demo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<exec_depend>carla_twist_to_control</exec_depend>
<exec_depend>carla_spectator_camera</exec_depend>
<exec_depend>carla_ros_scenario_runner</exec_depend>
<exec_depend>rostopic</exec_depend>
<export>
</export>
</package>
4 changes: 3 additions & 1 deletion pcl_recorder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ find_package(catkin REQUIRED COMPONENTS

catkin_package()

roslaunch_add_file_check(launch)
roslaunch_add_file_check(launch DEPENDENCIES
${PROJECT_NAME}_node
)

include_directories(
include
Expand Down

0 comments on commit 3164519

Please sign in to comment.