how to install ros operating system on deepin os?
Tofloor
poster avatar
b***[email protected]
deepin
2017-11-22 09:44
Author
Edited by trdjango at 2017-11-22 08:07

Hello;How can I install a ros (robot operating system) on a deepin OS? If I can find out which debian system base the deepin os uses, I can built it like debian os.My deepin OS version : 15.5 Beta.Another question; How do i enable contrib and non-free packages on Deepin 15.5 beta? because this is one of the steps necessary to install the ros program.
Many thanks in advanced for your help.


Reply Favorite View the author
All Replies
sudo_free
deepin
2017-11-22 16:50
#1
On Deepin, I think you should build ROS from the source, while I got stuck in the OpenCV compiling step...

So I highly suggest you use ubuntu instead
Reply View the author
b***[email protected]
deepin
2017-11-22 17:31
#2
https://bbs.deepin.org/post/148729
On Deepin, I think you should build ROS from the source, while I got stuck in the OpenCV compiling s ...

many thanks for your feedback and help; but
I have a few questions, firstly how i can enable contrib and non-free packages; example on debian;

  1. sudo nano /etc/apt/sources.list.d/debian.list
Copy the Code


then with the following content;

  1. deb http://ftp.debian.org/debian sid main contrib non-free
  2. deb-src http://ftp.debian.org/debian sid main contrib non-free
Copy the Code


how to add the above operation to the source list in deepin OS? or
Is there a shorter way?for example in ubuntu, can it be done from graphical interface?I could not find.
I can find the answer; deepin os based on debian sid os


Instead of installing ros OS from source code, I plan to do it as described in debian os installation, nevertheless ultimately deepin os can be considered a debian os. I passed from kubuntu OS to deepin OS,because the kubuntu os collapse,
I have to do this job to not return to ubuntu)

Reply View the author
sudo_free
deepin
2017-11-22 17:46
#3
1. A manual modification to the source file could be:
  1. sudo nano /etc/apt/sources.list
Copy the Code


2. A debian-based installaion should follow the offical instruction:
http://wiki.ros.org/lunar/Installation/Debian

3. There is a older version ROS in Deepin Repo, and there also exists dependency problem; So, either with a source installation, or back to kubuntu
I've tried xfce on NVIDIA TK1 running fluently.
Reply View the author
b***[email protected]
deepin
2017-11-22 18:08
#4
Edited by trdjango at 2017-11-22 10:31
https://bbs.deepin.org/post/148729
1. A manual modification to the source file could be:

there is a final question;

what is the contrib and non-free deepin os's repo?
what link should I write instead of x below?

  1. deb http://http or ftp.xxxxxxx main contrib non-free
  2. deb http://security.xxxxxxx main contrib non-free
Copy the Code


thank you so much
footnote: According to the latest information I have received, one of the mistakes, Deepin is not a debian variant we currently have support for. :
  1. ERROR: Rosdep experienced an error: Could not detect OS, tried ['windows', 'ubuntu', 'slackware', 'rhel', 'qnx', 'osx', 'opensuse', 'opensuse', 'neon', 'mint', 'linaro', 'gentoo', 'funtoo', 'freebsd', 'fedora', 'elementary', 'debian', 'cygwin', 'centos', 'arch']
  2. Please go to the rosdep page [1] and file a bug report with the stack trace below.
  3. [1] : http://www.ros.org/wiki/rosdep
Copy the Code

Reply View the author