rosrun: command not found (indigo)
I am not able to use roscd or rosrun commands. When I try to use rosrun it says rosrun: command not found. I already sourced the setup.bash file. I checked in /opt/ros/indigo/bin and these 2 commands are missing. What can be the problem?
Asked by jfreddevil7 on 2015-09-22 16:23:32 UTC
Answers
In order to have a command rosrun
available you need to install package ros-indigo-rosbash
.
Asked by zeroos on 2016-01-19 03:40:43 UTC
Comments
I upgraded my ubuntu kernel as part of installing the intel realsense r200 drivers / software and somehow rosrun disappeared. ?? Anyway, this solved it, thanks.
Asked by jacksonkr_ on 2016-07-21 12:28:03 UTC
I've had rosbash disappear after doing 'sudo apt-get autoremove', too...
Asked by AndyZe on 2016-09-09 11:57:14 UTC
Comments
Are you able to run other commands?
Asked by Naman on 2015-09-22 19:33:44 UTC
Please update your question with information on what OS this is, which version, version of ROS, how you installed ROS (from source, or from debians/rpms) and the exact steps you took that lead to the behaviour that you are seeing.
Asked by gvdhoorn on 2015-09-23 02:04:48 UTC
I have this problem on Ubuntu 14.04 (recently upgraded) 64-bit. Installed ROS indigo using: sudo apt-get installros-indigo-xacro ros-indigo-kdl-parser ros-indigo-common-msgs ros-indigo-tf ros-indigo-tf-conversions ros-indigo-libccd ros-indigo-octomap ros-indigo-resource-retriever ros-indigo-srdfdom.
Asked by Kirjain_ on 2015-11-12 13:17:05 UTC
Sorry I actually found out I was only missing the ros-indigo-rosbash package!
Asked by Kirjain_ on 2015-11-12 13:24:10 UTC