strands-project-releases / strands-releases

A release repository for the STRANDS project. Visit http://strands-project.eu
6 stars 2 forks source link

v4r package for ROS Indingo is not found #2

Closed vovaekb closed 8 years ago

vovaekb commented 8 years ago

Hi! I have laptop with Ubuntu 14.04 64bit and ROS Indigo. I have complete all the steps from the wiki: https://github.com/strands-project-releases/strands-releases/wiki#using-the-strands-repository. But the system can't find the package ros-indigo-v4r.

marc-hanheide commented 8 years ago

Could you try the following steps, please:

  1. sudo apt-get update and watch out for lines that contains "lcas.lincoln.ac.uk", and paste them as comment to this issue
  2. run sudo apt-get install ros-indigo-v4r and paste the output of this commant as well.
vovaekb commented 8 years ago
  1. Output from sudo apt-get update: Hit http://lcas.lincoln.ac.uk trusty InRelease ... Hit http://lcas.lincoln.ac.uk trusty/main i386 Packages Ign http://lcas.lincoln.ac.uk trusty/main Translation-en_US Ign http://lcas.lincoln.ac.uk trusty/main Translation-en
  2. Output from sudo apt-get install ros-indigo-v4r: Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package ros-indigo-v4r
marc-hanheide commented 8 years ago

looks as if you've got 32 not 64 bit installed: 'Hit http://lcas.lincoln.ac.uk trusty/main i386 Packages'

vovaekb commented 8 years ago

I was mistaken. I have 32 bit

marc-hanheide commented 8 years ago

I'm afraid, we don't provide binaries for 32bit at the moment. If you can, reinstall 64bit, or look at #1 for some ideas about installing from source.

vovaekb commented 8 years ago

OK. Thank you for help! I will solve it in some way.