Messed up workspace - Where to start looking? [closed]
Hello together,
I have the follwing problem:
I have the package ar_track_alvar
installed via binary packages.
Also I have my own catkin-workspace.
Now, when I first source /opt/ros/hydro/setup.bash
followed by my_workspace/devel/setup.bash
, I see all the included launch files, but only the createMaker
-Node. All the other nodes wont autocomplete and when launch-files rely on them, they can't be found.
But when I source opt/ros/hydro/setup.bash
again, everything works as expected.
What might be the issue? Obviously something is wrong in my workspace, but I don't know where to begin looking.
Additional information:
In both cases I can autocomplete the package name, e.g. in roscd ar_tr<tab>
to ar_track_alvar
. Also in both cases I land in the same directory: /opt/ros/hydro/share/ar_track_alvar
Thanks in advance,
Rabe