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

raise NotImplementedError #9

Open
zichunxx opened this issue Jan 1, 2023 · 0 comments
Open

raise NotImplementedError #9

zichunxx opened this issue Jan 1, 2023 · 0 comments

Comments

@zichunxx
Copy link

zichunxx commented Jan 1, 2023

Hi!

I met the following error when I performed rosrun relaxed_ik_ros1 keyboard_ikgoal_driver.py

error:

Traceback (most recent call last):
  File "/home/dec/relaxed_ws/src/relaxed_ik_ros1/src/keyboard_ikgoal_driver.py", line 3, in <module>
    import readchar
  File "/home/dec/anaconda3/envs/robostackenv/lib/python3.9/site-packages/readchar/__init__.py", line 18
    raise NotImplementedError(f"The platform {platform} is not supported yet")
                                                                            ^
SyntaxError: invalid syntax

ROS Version: 20.04
Python version: 3.9
readchar version: 4.0.3

I have checked that readchar has been installed.

Do you know how to fix it?

Thanks!

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

1 participant