Is there a way to run gzweb in read-only mode?
Hi there.
Is there any way to run gzweb in read-only mode? We are considering to use it for a simulation competition (http://www.robocup-logistics.org/sim-...), but for visualization only. For this, we'd like to avoid any interference and thus put gzweb into a mode where no modifications are allowed.
Looking briefly through the code I couldn't find much. But it seems the message processing in gzbridge's GazeboInterface.cc might be a place to modify to just ignore change requests, or is there a better/easier way to achieve this?