-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can't run scripts Error: package 'ur_control' not found #11
Comments
Hi, could you provide more information of what you are trying to do? Did you install this repository using the Docker method or from source? Please copy paste the stack trace of the error in the terminal instead of a cropped image. In any case, it seems a problem with the compilation or sourcing of the ROS workspace. Try to compile again the ROS workspace with |
Thank you for your quick reply, I am just trying to do the same thing like you did and try to understand it so i could reproduce it myself later, |
Then can you try compiling with |
Traceback (most recent call last): |
Yes, it is not supposed to work with Python 2.7 anymore. You could try to fix the syntax errors which are not many I suppose, and try again. But I suggest you try compiling with Python 3. However, that in a local environment can be very tedious to do, thus my choice of using Docker to have an isolated environment. |
Unless there is other problems with my VM, but my python is 3.6. I am going to use Docker as i found that it is a little bit tedious to resolve all errors. |
I have not seen that error before. Also, did you say VM? do you have your environment in a VM? I simplify the installation process (Still using docker) for using this repo on Ubuntu 20.04 with ROS Noetic and Python3, you can check it out in the noetic-devel branch |
@cambel I know the problem Now the gazebo can have the movement. Sorry. I am just a ros beginner. If i want to run the sample on the ur3. Really thank you for very help. |
Hello sir, I am trying to run your repo, it works for the RVIZ ("roslaunch ur3_description display_with_gripper.launch") and Gazebo ("roslaunch ur3_gazebo ur3_cubes.launch grasp_plugin:=1"), but when I try to run the scripts it doesn't work ("rosrun ur_control sim_controller_examples.py -m"), it says it can't found the ur_control package, even if it is present, could you help me please?
The text was updated successfully, but these errors were encountered: