echo" a: installs all plugins (incompatible with -p)"
echo" d: dependencies destination path (either /global/path or relative/path). If not set, will be asked later."
echo" w: wolf folder destination path (either /global/path or relative/path). If not set, will be asked later."
echo" p: plugins to be installed (incompatible with -a) being a string of 6 chars y/n corresponding to plugins imu, gnss, laser, vision, apriltag, bodydynamics (for example 'ynynnn'). Plugins apriltag and bodydynamics won't be installed if vision and imu plugins are installed, respectively."
echo" f: y/n install Falko optional dependency. If not set, will be asked later."
echo" c: y/n install CSM optional dependency. If not set, will be asked later."
}
func_check_yn (){
if["$1"!="y"]&&["$1"!="n"];then
echo"options -p, -f, -c should containing only 'y' or 'n'"