mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 08:04:58 +08: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:
|
||||
import genmsg.template_tools
|
||||
except ImportError as e:
|
||||
print("python import error: ", e)
|
||||
print('''
|
||||
Required python packages not installed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user