Open fnoop opened 4 years ago
@SamuelDudley I've created a separate config template for a system/maverick-only api instance that is created by default and put in the 'Web Services' group. It contains the config:
# List of modules to allow loading. Takes precedence over deny list
module_allow_list = []
# List of modules to deny loading
module_deny_list = ["mavros"]
Is this a sensible module config, or should it just allow a specific module?
I'm assuming that excluding the mavros module in the vehicle -api config would be useless, so we might as well disable the vehicle api instances until they're ready to do something? Or do you think it's viable to get basic mavlink stuff working in -api for a 1.2 release? Even just basic parameter editing and vehicle setup?
Turn off vehicle -api instances by default, as they won't be any use for now. Edit: Disabled by default
Rename api@maverick to api@system. Edit: Renamed to system
Thoughts from gitter: