diff --git a/msg/tools/px_generate_uorb_topic_files.py b/msg/tools/px_generate_uorb_topic_files.py index 9b790e8f34..2a1cf1c25c 100755 --- a/msg/tools/px_generate_uorb_topic_files.py +++ b/msg/tools/px_generate_uorb_topic_files.py @@ -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)