Results 1 to 6 of 6

Thread: cant install ROS on virtualbox / ubuntu 12.04

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Beans
    3

    cant install ROS on virtualbox / ubuntu 12.04

    Hello.
    I've tried to install ROS for the last two days, followed a few guides, tried to type in the installation commands in the ubuntu terminal a thousand times.
    I have virtualbox installed I have the extension packages installed I have installed ubuntu 12.04 I have checked: mail, universe, restricted and multiverse in the software sources and unchecked the installable cd/dvd. I have updated in terminal by executing the sudo apt-get update command
    everytime I enter this command: sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
    Nothing happens, just a new line with: ubuntu@ubuntu:~$ starts.

    some of the tutorial is from here:

    https://www.robotappstore.com/Knowle...Users/137.html

    http://nootrix.com/2012/09/virtualizing-ros/

    http://nootrix.com/2012/05/ros-installation/



    Another isues I also have is my keyboard has all the special signs like: _/(=&/¤*^" etc. swicted around, so I have to guess where they know are hidding even through I have my own country keyboard layout configurated, so what can that be all about?
    Im so frustrated right now, so hope somebody can help me, I have tried google alot without any concrete help.
    Best regards.

  2. #2
    Join Date
    Dec 2008
    Location
    UK
    Beans
    434
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: cant install ROS on virtualbox / ubuntu 12.04

    Hi,

    sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
    Hopefully by breaking down the above command you will see why nothing is output in your terminal even though it seems to have run successfully.

    Ubuntu uses a list of repositories to know where to download a list of available software that you can install via 'apt-get install <softwarename>'.

    Your command adds the http://packages.ros.org/ros/ubuntu repository to Ubuntu to a file called ros-latest.list (by echoing/outputting the text in double quotes to a file that comes after the '>' symbol). This files lives in the directory /etc/apt/sources.list.d/. This directory can contain one or more files that specify different repositories.

    When you run:

    sudo apt-get update

    Ubuntu will search through /etc/apt/sources.list.d and pick up the files that contain repositories and from them obtain list of software that is available to install.

    When you run your command it will not output anything to screen and it will return you to the terminal prompt as you have noted.

    I would then suggest you continue on with the ROS installation guide @ http://nootrix.com/2012/05/ros-installation/ from step 2.

    I hope that helps.
    Last edited by Azdour; August 26th, 2013 at 05:32 PM.

  3. #3
    Join Date
    Aug 2013
    Beans
    3

    Re: cant install ROS on virtualbox / ubuntu 12.04

    Thanks a ton! Im at step further the goal now. but my problem is that I doenst have enough free space availble on my disk now. I have tried to clean and autoclean and autoremove. but still the problem is there. is it possible to add more space in virtualbox? or do I need to reinstall ubuntu in virtualbox and set the storage higher even through I have it a 1000 mb and 8 gb.. Im a noob, so im sorry for any confusions!

  4. #4
    Join Date
    Dec 2008
    Location
    UK
    Beans
    434
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: cant install ROS on virtualbox / ubuntu 12.04

    Hi,

    I know there are ways to increase the VirtualBox HDD but I've never tried it. And having just Googled it - from what I've read so far it maybe easier to reinstall and create a bigger HDD. Or maybe someone else in the forum may pop along with a solution you could follow easily.

  5. #5
    Join Date
    Aug 2013
    Beans
    3

    Re: cant install ROS on virtualbox / ubuntu 12.04

    Thanks again. I've also runned some google pages through, but can't find a specific solution. I'll wait and see if somebody else have a solution or I might reinstall or find another pc to install ubuntu on without the virtualbox.

  6. #6
    Join Date
    Dec 2008
    Location
    UK
    Beans
    434
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: cant install ROS on virtualbox / ubuntu 12.04

    Were you able to find a solution or did you reinstall?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •