open-rmf / rmf_site

Experimental visualizer for dense buildings in RMF
32 stars 13 forks source link

Fix package:// asset parsing #237

Closed luca-della-vedova closed 2 weeks ago

luca-della-vedova commented 3 weeks ago

Bug fix

Fixed bug

Unlike all other asset types (i.e. rmf-server://asset-path), assets that start with package:// must retain their package:// prefix since the downstream library we use to parse it expects it in that form.

Fix applied

Manually append it