MoffKalast / vizanti

A mission planner and visualizer for controlling outdoor ROS robots.
https://wiki.ros.org/vizanti
BSD 3-Clause "New" or "Revised" License
134 stars 26 forks source link

Reliability patches #20

Closed MoffKalast closed 12 months ago

MoffKalast commented 12 months ago

Fixed some problems with image caching, so icons don't need to be fetched from the server when changed and won't become broken if connection is spotty. Some fetch calls have been replaced with imports which may be compatible with webkit over http, but needs testing. I've also added some missing dep licenses.

Rosbridge should also connect topics after reconnecting properly now (page soft reload workaround 😄 ).