leading slash in namespace
Hello.
I'm studying hard about ROS and gazebo.
Now I'm very confused about namespace.
Is there any difference in between /p3dx/base_link
and p3dx/base_link
?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Names that start with a "/" are global -- they are considered fully resolved. Global names should be avoided as much as possible as they limit code portability.
Asked: 2015-06-28 00:53:42 -0600
Seen: 758 times
Last updated: Jun 28 '15