Skip to main content

Questions tagged [pythonpath]

Filter by
Sorted by
Tagged with
0 votes
1 answer
34 views

Hey, I run roswtf to check if everything is fine with my ROS-noetic, but I failed to interpret this error right. So could somebody explain why these two paths ...
user avatar
0 votes
2 answers
52 views

So, i am a beginner in ROS i have this error every time i do a catkin_make ...
user avatar
0 votes
1 answer
32 views

I'm trying to get a piece of research software from github up and running on a lab computer for my professor. Flydra is a multi-camera tracking system used to detect multiple airborne insects or small ...
user avatar
0 votes
1 answer
32 views

Hi, I'm running ROS kinetic and my code requires Python 3 to run. I've been told that ROS does not support Python 3 (which is terrible tbh) and I was looking for a way around, thus came up with the ...
user avatar
0 votes
1 answer
212 views

Hi, I've just installed ROS and I cannot use my Python 3.6 anymore. I did the following and saw: ...
user avatar
0 votes
1 answer
9 views

ROS puts /opt/ros/kinetic/lib/python2.7/dist-packages in PYTHONPATH. This is then prepended to the system path when python2 or ...
user avatar
0 votes
1 answer
22 views

ImportError: "from catkin_pkg.package import parse_package" failed: No module named catkin_pkg.package Make sure that you have installed "catkin_pkg", it is up to date and on the ...
user avatar
0 votes
1 answer
51 views

I am trying to run fake_turtlebot.launch. I keep getting: ...
user avatar
0 votes
1 answer
39 views

I am having some issues with the PYTHONPATH that is set by my ROS environment. my .bashrc contains the following lines: ...
user avatar
0 votes
1 answer
12 views

The catkin package is giving me all kinds of problems. I have been having problems recently with Import and PYTHONPATH. After adding every catkin_pkg folder I could find to that, this latest block ...
user avatar
0 votes
1 answer
8 views

Dear ROS users, trying to use rosrun tf view_frames I get ...
user avatar
0 votes
2 answers
124 views

Hi, I'm going through the ROS tutorials and am stuck at creating a workspace (http://wiki.ros.org/catkin/Tutorials/create_a_workspace). When I try and run catkin_make, I keep getting the following <...
user avatar
0 votes
1 answer
11 views

Hello when I am running LD_LIBRARY_PATH=~/naoqi/naoqi-sdk-1.12.3-linux32/lib:$LD_LIBRARY_PATH NAO_IP=127.0.0.1 roslaunch nao_driver nao_driver_sim.launch I will get the following errors. ( My ~/....
user avatar
0 votes
1 answer
26 views

Hi there, I am currently using naoQi-sdk-1.14. I am also following the guide: http://www.ros.org/wiki/nao/Tutorials/Getting-Started I am on the stage: 1.6: Launching ROS and NAOqi When I execute the ...
user avatar
0 votes
1 answer
21 views

hello! when i run roswtf based on the tutorial, i am getting following error, How to fix it? I am using rosws (http://www.ros.org/wiki/fuerte/Installation/Overlays) ...
user avatar
0 votes
1 answer
10 views

My questions are at the end. When i use the command to find the ROS PACKAGE PATH ...
user avatar
0 votes
1 answer
55 views

Hi, How to change the Python version in ROS, I installed EPD (Enthought Python Distribution) and it seems my ROS has used this version, instead of Python 2.7 which is installed by default ... I want ...
user avatar
0 votes
2 answers
16 views

Hello, I am trying to set up ROS on my Nao robot. I keep getting the error: "Please make sure that Aldebaran's NaoQI API is in your PYTHONPATH." I found the answer below: http://answers....
user avatar
0 votes
1 answer
14 views

Hi, I loaded the nao_robot and nao_common stacks and am trying to operate the driver, however, i am a newbie to ROS, and am unsure of how to add Aldebaran's NaoQI API to the PYTHONPATH. Is this done ...
user avatar
0 votes
1 answer
25 views

Hello all, I am running a python script from a callback. When I run my test code from my shell, I have my environment variables (from my bashrc), more specifically my PYTHONPATH. However, when I do ...
user avatar
0 votes
1 answer
14 views

when I have the line "from PIL import Image" in a node, I get the following error when running my node via rosrun "ImportError: No module named PIL" of course, PIL is installed in /...
user avatar