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

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

Now to answer your question, are you sure the package ros-kinetic-ros-tutorials actually exists in this syntax?

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

Now to answer your question, are you sure the package ros-kinetic-ros-tutorials actually exists in this syntax?

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

which as I see probably you tried it. Now to answer your question, are you sure the package ros-kinetic-ros-tutorials actually exists in this syntax?

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

which as I see probably you tried it. it.

Now to answer your question, are you sure the package ros-kinetic-ros-tutorials actually exists in this syntax?syntax? I tried to google it and I didn't find this package.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

which as I see probably you tried it.

Now to answer your question, are you sure the package ros-kinetic-ros-tutorials actually exists in this syntax? I tried to google it and I didn't find this package.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_package your_extra_packages --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

Ensure that the ROS repository is up to date, by following once again:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake
sudo rosdep init
rosdep update

and then try again. Also try to install another package for example ros_control and see if this works and the problem is only related to ros-kinetic-ros-tutorials.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_packages --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

Which from what I see, you probably tried it.

Ensure that the ROS repository is up to date, by following once again:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake
sudo rosdep init
rosdep update

and then try again. Also try to install another package for example ros_control and see if this works and the problem is only related to ros-kinetic-ros-tutorials.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_packages --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

Which which from what I see, you probably tried it.

Ensure that the ROS repository is up to date, by following once again:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake
sudo rosdep init
rosdep update

and then try again. Also try to install another package for example ros_control and see if this works and the problem is only related to ros-kinetic-ros-tutorials.

There are instructions here to install extra packages in ROS Kinetic in the raspberry pi 3. Read the page carefully.

EDIT:

What you need to run is the following:

cd ~/ros_catkin_ws
rosinstall_generator ros_comm your_extra_packages --rosdistro kinetic --deps --wet-only --tar > kinetic-custom_ros.rosinstall
wstool merge -t src kinetic-custom_ros.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y -r --os=debian:jessie
sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

which from what I see, you probably tried it.

Ensure that the ROS repository is up to date, by following once again:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential cmake
sudo rosdep init
rosdep update

and then try the installation again. Also try to install another package for example ros_control and see if this works and the problem is only related to ros-kinetic-ros-tutorials.