-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
unable to install repository dependencies for tiago_public_ws #496
Comments
Which options are you passing after |
I was following the official PAL guide to install the robot ws dependencies. All the commands have been taken from their guide. The
|
By executing this commands:
The failure is more reasonable:
I am not sure why you have that error instead. Can you start over from a clean environment and report exactly all the commands you executed (directly, not indirectly by saying "I followed http://wiki.ros.org/Robots/TIAGo/Tutorials/Installation/InstallUbuntuAndROS) so it may be easier to understand what is going on? |
The missing |
at the beginning, and with a fresh installation, I followed more or less your same commands and I came up with your same error. I tried to overcome it by running the command
from inside a docker container, in which ubuntu 20 was running, with In the end my final goal is to run Gazebo with TIAGo on newest ubuntu versions without passing through docker, since there are packages provided with conda that i would like to use. |
Sorry for being direct, but it is a bit difficult for us to debug a problem if you do not provide us the exact commands (not "more and less") to reproduce it. See https://stackoverflow.com/help/minimal-reproducible-example for a more in-depth explanation on this. |
Sorry about that. After a fresh installation of miniforge I exectuted the following commands
and the last command reports the following error
|
Solution to issue cannot be found in the documentation.
Issue
Hi, first of all, my congratulations for the work done.
I've installed the environment to work on TIAGo robot which works with ROS1 and I'm trying to install the dependencies of the public_ws following their official guide. To do so, inside the mamba environment, I've changed the source commands in the tutorial page with
source ~/miniconda3/envs/ros_env
and followed the tutorial until it calls therosdep install [...]
command to install the dependencies that gives the following errorDo you know a way to solve this issue? I'm in a fresh installed miniforge environment on ubuntu 24.04 and don't know how to proceed.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: