What is the meaning of LOCAL and GLOBAL CoordinateTypes in SphericalCoordinates class
Hi all, I am looking at the SphericalCoordinates class, in particular at the CoordinateType: https://bitbucket.org/osrf/gazebo/src....
Now what is the meaning of LOCAL and GLOBAL? Would this correspond to base_link and map respectively as defined in http://www.ros.org/reps/rep-0105.html? And would in ROS world be a localization node that would do this transform for me?
Secondly, what do GlobalFromLocal and LocalFromGlobal functions of the same class only convert velocity vectors (and not e.g. positions)?
Thx ahead, D.