yujinrobot / yujin_tools

Tools and utilities for development, typically with ROS build environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yujin_make --install-rosdeps doesn't set exit status !=0 if ERROR occurs

asmodehn opened this issue · comments

commented
yujin@gocart-server:/opt/groot/bootstrap_ws$ yujin_make --install-rosdeps
Not adding underlay '/opt/groot/navi_ws/devel' to the rosdep search path [not found]
Not adding underlay '/opt/groot/dslam_ws/devel' to the rosdep search path [not found]
Not adding underlay '/opt/groot/ecl_ws/devel' to the rosdep search path [not found]
Not adding underlay '/opt/groot/ecto_ws/devel' to the rosdep search path [not found]
Not adding underlay '/opt/yujin/indigo' to the rosdep search path [not found]
####
#### Running command: "rosdep install -r --from-paths /opt/ros/indigo --from-paths /opt/groot/bootstrap_ws/src --ignore-src --rosdistro indigo -y" in "/opt/groot/bootstrap_ws/src"
####
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package ros-indigo-dslam-msgs
ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y ros-indigo-dslam-msgs] failed
  apt: Failed to detect successful installation of [ros-indigo-dslam-msgs]
executing command [sudo -H apt-get install -y ros-indigo-dslam-msgs]
yujin@gocart-server:/opt/groot/bootstrap_ws$ echo $?
0

Might be time to drop the '-r' (continue installing despite errors) in the command.

v0.4.7 released.