ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

juwinkler's profile - activity

2015-10-15 12:20:13 -0500 commented answer installation fails trying to fix dependencies

when I tried to install indigo, it never worked. the error message said that the packages could not be found in the source... that was the only reason why i tried installing jade... there, it worked

2015-10-15 12:18:25 -0500 commented answer installation fails trying to fix dependencies

yes, I follow the instructions. if I do not follow them and start to install ros, it does not work. also, i cannot install it by klicking on installing when I use the non-terminal method. an error message says that there are dependency problems. thus, i conclude, i do have to fix them... :/

2015-10-14 22:55:45 -0500 received badge  Famous Question (source)
2015-10-05 01:29:59 -0500 commented answer installation fails trying to fix dependencies

so you think I really have to do everything again? Is there really no other chance to install ros than installing the whole system? I mean, why should I install the system new? What is wrong with it?

2015-10-04 13:51:46 -0500 answered a question installation fails trying to fix dependencies

I just installed the system one week ago, so I do not want to do that again.. I first of all wanted to install indigo. However, there were always fails, so that I had to install jade...

Also, my friends installed ros jade on their ubuntu 15.04 last week. Thus, it is impossible that something is missing.

2015-10-04 13:06:23 -0500 received badge  Notable Question (source)
2015-10-04 12:59:23 -0500 received badge  Editor (source)
2015-10-04 06:45:50 -0500 received badge  Popular Question (source)
2015-10-04 04:51:16 -0500 commented question installation fails trying to fix dependencies

Okay, thank you, I edited the post :) Do you have an idea how to solve the problem?

2015-10-01 05:58:14 -0500 answered a question Problem Installing Ros Indigo on Ubuntu 14.04.2

When trying to do this, terminal prints out that each of the packages could not be found. Why does't it find them?

2015-10-01 05:58:14 -0500 asked a question installation fails trying to fix dependencies

I do not know what to do. everytime I try to use "sudo apt-get install ros-jade-desktop-full", terminal tells me there were unfulfilled dependencies. However, I did not set any of these and I do not know how to remove them. Nevertheless, I really need to install ROS... Do you know what I can change in order to make it work? Thank you very much!

PS: the problem appears in this step:

sudo apt-get install xserver-xorg-dev-lts-utopic mesa-common-dev-lts-utopic libxatracker-dev-lts-utopic libopenvg1-mesa-dev-lts-utopic libgles2-mesa-dev-lts-utopic libgles1-mesa-dev-lts-utopic libgl1-mesa-dev-lts-utopic libgbm-dev-lts-utopic libegl1-mesa-dev-lts-utopic

OR

sudo apt-get install libgl1-mesa-dev-lts-utopic

(as one of them did not work, I tried the other one, too. My ubuntu version is 15.04).

The error messages:

E: Paket xserver-xorg-dev-lts-utopic kann nicht gefunden werden.
E: Paket mesa-common-dev-lts-utopic kann nicht gefunden werden.
E: Paket libxatracker-dev-lts-utopic kann nicht gefunden werden.
E: Paket libopenvg1-mesa-dev-lts-utopic kann nicht gefunden werden.
E: Paket libgles2-mesa-dev-lts-utopic kann nicht gefunden werden.
E: Paket libgles1-mesa-dev-lts-utopic kann nicht gefunden werden.
E: Paket libgl1-mesa-dev-lts-utopic kann nicht gefunden werden.
E: Paket libgbm-dev-lts-utopic kann nicht gefunden werden.
E: Paket libegl1-mesa-dev-lts-utopic kann nicht gefunden werden.

("kan nicht gefunden werden" means "cannot be found"). I do not know why this happens. I my settings for "Software and Updates" for "download from" is "main server" (changing it to German server does not change anything). Of course, I have also done each of the first steps described in the download tutorial. I am sure that I did not type in anything wrong.