mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
PX4: better error msg in python uorb generation error
This commit is contained in:
committed by
Lorenz Meier
parent
36870cf44b
commit
4c8ac04877
@@ -46,6 +46,7 @@ import argparse
|
|||||||
try:
|
try:
|
||||||
import genmsg.template_tools
|
import genmsg.template_tools
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
|
print("python import error: ", e)
|
||||||
print('''
|
print('''
|
||||||
Required python packages not installed.
|
Required python packages not installed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user