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

segmentation_fault's profile - activity

2018-10-08 12:58:21 -0500 received badge  Famous Question (source)
2018-10-08 12:58:21 -0500 received badge  Notable Question (source)
2018-10-08 12:58:21 -0500 received badge  Popular Question (source)
2018-08-22 07:36:00 -0500 marked best answer Installation of ros-base on debian stretch

I want to install ros-base pkg(likely Melodic) on an Beaglebone Black Debian Stretch Image. link text

Unfortunately I am confused now:

Firstly there are no melodic nor kinetic packages available after updating and

 sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

Instead I can install ros-core, ros-base I tried:

sudo apt-get install build-essential libboost-all-dev device-tree-compiler schedtool screen chrony cgroup-lite
sudo apt-get install python-scipy ipython python-qt4
sudo apt-get install dirmngr
sudo apt-get install cmake python-empy python-nose libgtest-dev
sudo apt-get install python-rosdep python-rosinstall-generator python-wstool python-rosinstall build-essential
sudo apt install python-dynamic-reconfigure python-catkin-pkg python-rospkg-modules python-roslib python-rospkg python-rosbag python-roslaunch python-rosmsg python-rostopic python-roswtf ros-core ros-base

Secondly I get:

The following packages have unmet dependencies:
catkin : Depends: python-catkin-pkg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
debian@beaglebone:~$ sudo apt install python-catkin-pkg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-catkin-pkg is already the newest version (0.4.8-100).

So catkin wants python-catkin-pkg , which is said to be installed already. :( What do I have to do?

2018-08-22 07:36:00 -0500 received badge  Scholar (source)
2018-08-22 06:56:02 -0500 commented answer Installation of ros-base on debian stretch

Thank you very much! Then there is no other way then to downgrade the BB to Debian Jessy, right? :(

2018-08-22 06:55:49 -0500 commented answer Installation of ros-base on debian stretch

Thank you very much! Then there is no other way then to downgrade to Debian Jessy, right? :(

2018-08-22 06:54:50 -0500 received badge  Supporter (source)
2018-08-22 06:44:39 -0500 commented question How to calculate running speed using accelerometer sensor ?

Another way to approach is to permanently meassure the distance between your feets and also count the steps that you're

2018-08-22 06:40:35 -0500 commented question How to calculate running speed using accelerometer sensor ?

First: This is not ros-related, but Arduino stuff. Second, there are far better approaches to do this. Accelerometer dat

2018-08-22 06:36:04 -0500 asked a question Installation of ros-base on debian stretch

Installation of ros-base on debian stretch I want to install ros-base pkg(likely Melodic) on an Beaglebone Black Debian

2018-08-22 06:36:04 -0500 asked a question Installation of ros-base on debian stretch

Installation of ros-base on debian stretch I want to install ros-base pkg(likely Melodic) on an Beaglebone Black Debian