We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some time we need only strictly defined list of plugins or override blacklist rule.
New node parameter ~plugin_whitelist, that works:
~plugin_whitelist
~plugin_blacklist
["*"]
Also change in lauch files, from blacklist_yaml to pluginlists_yaml.
blacklist_yaml
pluginlists_yaml
The text was updated successfully, but these errors were encountered:
node #257: implement while list.
50bb326
launch #257: rename blacklist.yaml to pluginlists.yaml
7f0a3dd
extras: launch #257: use white list for px4flow.
d81d62d
Also updates config #211.
Done.
Sorry, something went wrong.
Merge branch 'master' into coverity_scan
918be69
* master: extras: vision_pose #247: rename topic plugin: setpoint_position #247: rename topic extras: launch #257: use white list for px4flow. launch #257: rename blacklist.yaml to pluginlists.yaml node #257: implement while list. plugin: actuator_control #247: update topic name. mavros: Initialize UAS before connecting plugin routing. plugin: sys_status: Check sender id. plugin: sys_status: Use WARN severity for unknown levels uas: Add `UAS::is_my_target()` plugin: global_position: Fill status and covariance if no raw_fix. launch: change apm target component id plugin: sys_status: publish state msg after updating uas plugin: global_position: fix nullptr crash msgs: fix spelling, add version rq.
vooon
No branches or pull requests
Some time we need only strictly defined list of plugins or override blacklist rule.
New node parameter
~plugin_whitelist
, that works:~plugin_blacklist
and~plugin_whitelist
is empty: load all~plugin_blacklist
is empty and~plugin_whitelist
non empty: assume~plugin_blacklist
as["*"]
(all)~plugin_blacklist
non empty: usual blacklist behavior~plugin_whitelist
non empty: override blacklistAlso change in lauch files, from
blacklist_yaml
topluginlists_yaml
.The text was updated successfully, but these errors were encountered: