@moshahin, that is probably because you have a broken `tf_tree`, you can check this by running `rosrun rqt_tf_tree rqt_tf_tree`. If that is the case, it means that, either your description is not being parsed correctly with respect its joints or that the ROS controller interface is unable to find the joint in its namespace. To be more precise I will need to look on your full description. Finally I will recommend you to, instead of adding individual `ns` to each launch nodes you may use the [group](http://wiki.ros.org/roslaunch/XML/group) tag to be sure all that you need is in the same namespace.
↧