You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the below error while running si_vehicle.py
please tell me solution for this
Traceback (most recent call last):
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 165, in waf_entry_point
run_commands()
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 262, in run_commands
parse_options()
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 214, in parse_options
Context.create_context('options').execute()
File "/home/shank/ardupilot/modules/waf/waflib/Options.py", line 271, in execute
super(OptionsContext, self).execute()
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 205, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 287, in recurse
user_function(self)
File "/home/shank/ardupilot/wscript", line 52, in options
opt.load('compiler_cxx compiler_c waf_unit_test python')
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 197, in load
fun(self)
File "/home/shank/ardupilot/modules/waf/waflib/Tools/compiler_cxx.py", line 103, in options
opt.load_special_tools('cxx_*.py')
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 609, in load_special_tools
lst = self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "/home/shank/ardupilot/modules/waf/waflib/Node.py", line 683, in ant_glob
ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
File "/home/shank/ardupilot/modules/waf/waflib/Node.py", line 683, in
ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
The text was updated successfully, but these errors were encountered:
I get the below error while running si_vehicle.py
please tell me solution for this
Traceback (most recent call last):
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 165, in waf_entry_point
run_commands()
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 262, in run_commands
parse_options()
File "/home/shank/ardupilot/modules/waf/waflib/Scripting.py", line 214, in parse_options
Context.create_context('options').execute()
File "/home/shank/ardupilot/modules/waf/waflib/Options.py", line 271, in execute
super(OptionsContext, self).execute()
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 205, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 287, in recurse
user_function(self)
File "/home/shank/ardupilot/wscript", line 52, in options
opt.load('compiler_cxx compiler_c waf_unit_test python')
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 197, in load
fun(self)
File "/home/shank/ardupilot/modules/waf/waflib/Tools/compiler_cxx.py", line 103, in options
opt.load_special_tools('cxx_*.py')
File "/home/shank/ardupilot/modules/waf/waflib/Context.py", line 609, in load_special_tools
lst = self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "/home/shank/ardupilot/modules/waf/waflib/Node.py", line 683, in ant_glob
ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
File "/home/shank/ardupilot/modules/waf/waflib/Node.py", line 683, in
ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
The text was updated successfully, but these errors were encountered: