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

Revision history [back]

click to hide/show revision 1
initial version

For the people who wants to install Moveit! on Raspberry pi 3 Model B with Jessie.

I spent almost whole week to install Moveit! on Jessie, I tried many other solutions but I failed. However, I just found simple way to install Moveit!

Just

sudo apt-get install ros-indigo-moveit*

If you can't find any packages, just try

sudo apt-get update

And check again.

For the people who wants to install Moveit! on Raspberry pi 3 Model B with Jessie.

I spent almost whole week to install Moveit! on Jessie, I tried many other solutions but I failed. However, I just found simple way to install Moveit!

Just

sudo apt-get install ros-indigo-moveit*

If you can't find any packages, just try

ps.

@renarded Sorry, I just saw it :/ I followed this link link text

And I did this steps:

sudo nano /etc/apt/sources.list.d/ros-latest.list

deb http://packages.ros.org/ros/ubuntu jessie main deb http://packages.ros.org/ros/ubuntu trusty main deb-src http://packages.ros.org/ros/ubuntu trusty main deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse restricted

sudo nano /etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi

Uncomment line below then 'apt-get update' to enable 'apt-get source'

deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi deb-src http://mirrordirector.raspbian.org/raspbian/ testing main contrib non-free rpi

sudo apt-get update
sudo apt-get install ros-indigo-moveit*

And check again.

For the people who wants to install Moveit! on Raspberry pi 3 Model B with Jessie.

I spent almost whole week to install Moveit! on Jessie, I tried many other solutions but I failed. However, I just found simple way to install Moveit!

Just

sudo apt-get install ros-indigo-moveit*

If you can't find any packages, just try

ps.

@renarded Sorry, I just saw it :/ I followed this link link text

And I did this steps:

sudo nano /etc/apt/sources.list.d/ros-latest.list

deb http://packages.ros.org/ros/ubuntu jessie main deb http://packages.ros.org/ros/ubuntu trusty main deb-src http://packages.ros.org/ros/ubuntu trusty main deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse restricted

sudo nano /etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi

Uncomment rpi #Uncomment line below then 'apt-get update' to enable 'apt-get source'

source' deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi deb-src http://mirrordirector.raspbian.org/raspbian/ testing main contrib non-free rpi

sudo apt-get update
sudo apt-get install ros-indigo-moveit*

And check again.