Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PySimpleGUI is missing #38

Open
pariaspe opened this issue Jun 19, 2023 · 1 comment
Open

PySimpleGUI is missing #38

pariaspe opened this issue Jun 19, 2023 · 1 comment
Assignees

Comments

@pariaspe
Copy link
Member

On fresh install pysimplegui module is missing. Documentation doesn't include it as dependency

$ ros2 launch as2_keyboard_teleoperation as2_keyboard_teleoperation_launch.py namespace:=drone0 use_sim_time:=true
[INFO] [launch]: All log files can be found below /home/parias/.ros/log/2023-06-19-15-02-49-649430-stealth15-26866
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [as2_keyboard_teleoperation-1]: process started with pid [26867]
[as2_keyboard_teleoperation-1] Traceback (most recent call last):
[as2_keyboard_teleoperation-1]   File "/home/parias/as2_ws/install/as2_keyboard_teleoperation/share/as2_keyboard_teleoperation/keyboard_teleoperation.py", line 41, in <module>
[as2_keyboard_teleoperation-1]     import PySimpleGUI as sg
[as2_keyboard_teleoperation-1] ModuleNotFoundError: No module named 'PySimpleGUI'
[ERROR] [as2_keyboard_teleoperation-1]: process has died [pid 26867, exit code 1, cmd 'python3 /home/parias/as2_ws/install/as2_keyboard_teleoperation/share/as2_keyboard_teleoperation/keyboard_teleoperation.py drone0 false true'].
@botmayank
Copy link

I faced the same, we should add this as a dependency in the docs or on the Gazebo example page as well as a prerequisite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants