What is the naming conventions for tf_prefix vs ns?
I have not found a clear answer to this, and reading code on Github has merely confused things further.
What is the standard naming convention for tf_trees that relate to a namespace for a robot? Reading into the UR robot package they pass down a "prefix" that is added to the tf tree names, but it adds it as ${prefix}base_link.
Is the convention to send either 1 or 2, and is it expected that you should add the "_" or "/" manually for the prefix value.
- robot_1/ for "robot_1/base_link/
- robot_1_ "robot_1_base_link"
It make sense to be "robot_1/" as it aligns a bit better with the namespace convention of "/" but I understand tf trees are meant to be treated separately.
Is your question whether
/
or_
should be used, or something else? I'm not sure I understand the reference to theur_description
approach of using${prefix}
.That is exactly what I am asking
Reference to using ${prefix} within the UR arm urdf file - <link name="${prefix}base_link"/> as an example. Given this it implies I have to append prefix with either "/" or "_" manually.
https://github.com/fmauch/universal_r...