I tried compiling gzweb for the latest version of gazebo..
```
Gazebo multi-robot simulator, version 7.3.0
Copyright (C) 2012-2016 Open Source Robotics Foundation.
Released under the Apache 2 License.
```
Node version `v4.2.6`
But I am unable to compile as it throws errors like
gzweb/tools/gzcoarse.cc:113:28: error: ‘const class gazebo::common::SubMesh’ has no member named ‘GetVertex’
inVertex = _inSubMesh->GetVertex(i);
and this seems to be true as there doesn't seem to be any GetVertex in the Submesh? Does gzweb work with gazebo7 or should I downgrade?
↧