We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I met the following error when I performed rosrun relaxed_ik_ros1 keyboard_ikgoal_driver.py
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.
readchar
Do you know how to fix it?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I met the following error when I performed
rosrun relaxed_ik_ros1 keyboard_ikgoal_driver.py
error:
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!
The text was updated successfully, but these errors were encountered: