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

roscd stopped working

asked 2018-10-15 13:20:57 -0500

Markus gravatar image

updated 2018-10-15 14:02:22 -0500

I just did:

sudo apt-get autoremove libeigen3-dev

Afterwards roscd is not working anymore:

roscd kuka_arm
No command 'roscd' found, did you mean:
 Command 'rosco' from package 'python-rosinstall' (universe)
roscd: command not found

Yes I sourced my workspace. and I also did:

rosdep init
rosdep update
source /opt/ros/kinetic/setup.bash

So I just also found out that ros-kinetic-cv-bridge requires libeigen3-dev. That is why if you do

sudo apt-get autoremove libeigen3-dev

cv-bridge will also be uninstalled. However all the packages I unfortunately also deleted when doing autoremove command above I could reinstall. But roscd is still not working...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2018-10-15 14:13:19 -0500

gvdhoorn gravatar image

roscd is part of rosbash. Can you check you have the Debian package ros-kinetic-rosbash still installed?

edit flag offensive delete link more

Comments

Yap that was the reason ! Thanks ! :)

Markus gravatar image Markus  ( 2018-10-15 23:26:48 -0500 )edit

Question Tools

Stats

Asked: 2018-10-15 13:20:57 -0500

Seen: 765 times

Last updated: Oct 15 '18