ipa320 / care-o-bot

http://www.care-o-bot.de
Apache License 2.0
48 stars 41 forks source link

add robot tools to care-o-bot-robot variant #38

Closed floweisshardt closed 6 years ago

floweisshardt commented 7 years ago

requires https://github.com/ros/rosdistro/pull/13933

floweisshardt commented 7 years ago

make sure to add everything from setup_cob4 InstallCob4.sh script:

sudo apt-get install vim tree gitg git-gui meld curl openjdk-6-jdk zsh terminator language-pack-de language-pack-en ipython nmap -y --force-yes
sudo apt-get install --install-recommends linux-generic-lts-wily -y --force-yes
sudo apt-get install openssh-server -y --force-yes
sudo apt-get install ros-indigo-rosbash -y --force-yes
sudo apt-get install ntp -y --force-yes
sudo apt-get install apt-cacher-ng
sudo apt-get install nfs-kernel-server autofs -y --force-yes
sudo apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl -y --force-yes
fmessmer commented 7 years ago

I tested this with the fresh system for kinetic... But rosdep install --from-paths src -i -y does not install packages like htop, 'blender', .... It installs all other dependencies listed in src...but not those...don't know why and also do not no how to debug....

fmessmer commented 6 years ago

@ipa-fmw according to @ipa-mdl exec_depend entries are not considered by rosdep install for meta-packages...

mathias-luedtke commented 6 years ago

according to @ipa-mdl exec_depend entries are not considered by rosdep install for meta-packages...

I meant that somehow meta-packages don't get processed at all..

fmessmer commented 6 years ago

fixed in #48