rosbash commands not found [closed]
Hi there,
I installed ros hydro desktop full. In my .bashrc file I have written "source /opt/ros/hydro/setup.bash". I can start roscore. And there are several commands I can call starting with ros*. But when I try to run rosrun or roscp or anything from the rosbash, the command is not found.
Has anybody an idea why that could be?
Thanks for your help!
did you create and initialize a workspace before to run those commands? What happen if you type rospack?
the rospack command is available. rospack help for example is working.
there is a workspace on my computer (already built it). but the commands should work independently of the path in my shell (if it is in this workspace or not), right?