-
Notifications
You must be signed in to change notification settings - Fork 63
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
run.launch error occurr #92
Comments
It seems that the script is unable to find BTW, make sure these scripts are executable as mentioned at point 3 in installation |
Hello @ravijo, Thank you for your prompt response. The scripts are executable, and when I attempt to run Traceback (most recent call last): Initially, I thought this issue might be due to a Python version conflict in my system, so I omitted the related description. Could you please let me know if my understanding is correct? |
It seems a problem with your ROS installtion. Either you are running on incorrect python version or ROS isn't installed properly. |
Thank you for your response. I will try to install the correct version of Python first, and I will report back on my progress soon! |
I've tried setting up a Python 3.8 virtual environment to run my code,
but it's still throwing errors. Traceback (most recent call last): When I ran the I try to reinstalling yaml, and I got :
I attempted to install pyyaml in the error path:
but then it started giving me a new error:
Is there any good solution to this? Should I consider reinstalling my system and work environment? Thanks. |
Hello @ravijo,
I've encountered a similar issue to @SM30000.
When I run:
roslaunch ros_openpose run.launch
I get the following error:
However, when I run:
roslaunch ros_openpose run.launch camera:=realsense skeleton:=false print:=false
it works fine, and the
Color topic
Depth topic
Camera Info. topic
are printing messages as expected.But I'm still unable to run
visualizer.py
orecho.py
. Even after changing the shebang to#!/usr/bin/env python3
and running them directly withpython3 src/ros_openpose/scripts/visualizer.py
, I encounter the following error:I'm running on Ubuntu 20.04 with ROS Noetic, OpenPose 1.6, CUDA 12.6, and cuDNN 9.Could you please guide me on how to resolve this issue?
The text was updated successfully, but these errors were encountered: