Skip to content
Snippets Groups Projects
Unverified Commit 57393d5e authored by Leroy Rügemer's avatar Leroy Rügemer Committed by GitHub
Browse files

Update catkin.py

add message blacklist
parent db20a6a8
Branches
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ import catkin_pkg.topological_order ...@@ -14,6 +14,7 @@ import catkin_pkg.topological_order
# packages that don't properly identify themselves as message packages (fix upstream). # packages that don't properly identify themselves as message packages (fix upstream).
message_package_whitelist = ['map_store'] message_package_whitelist = ['map_store']
message_package_blacklist = []
############################################################################## ##############################################################################
# Methods # Methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment