I noticed while testing the rexrov models from
Field-Robotics-Lab/dave that the plotting window
does not work properly when elements of a model include
a forward-slash / in the entity name. To fix the problem,
the / characters are encoded as %2f in physics::Base::URI().
Corresponding decoding is added to the gui/plot/Palette class.
I noticed while testing the rexrov models from Field-Robotics-Lab/dave that the plotting window does not work properly when elements of a model include a forward-slash
/
in the entity name. To fix the problem, the/
characters are encoded as %2f in physics::Base::URI(). Corresponding decoding is added to the gui/plot/Palette class.Fixes #3181.