mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 11:07:35 +08:00
px_generate_uorb_topic_files.py: update import error recommendation message
This commit is contained in:
@@ -56,13 +56,13 @@ Required python packages not installed.
|
||||
On a Debian/Ubuntu system please run:
|
||||
|
||||
sudo apt-get install python3-empy
|
||||
sudo pip3 install catkin_pkg
|
||||
sudo pip3 install pyros-genmsg
|
||||
|
||||
On MacOS please run:
|
||||
sudo pip3 install empy catkin_pkg
|
||||
sudo pip3 install empy pyros-genmsg
|
||||
|
||||
On Windows please run:
|
||||
easy_install empy catkin_pkg
|
||||
easy_install empy pyros-genmsg
|
||||
''')
|
||||
exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user