UWSim works in Kinetic! However I had to compile everything from source, and since osg_utils, osg_interactive_markers and osg_markers are catkin packages, I removed added them as modules of catkin.
Regarding C++11, it looks like libxml++ doesn't like the new C++11 compiler, so I had to force old C++03.
There are tons of warnings from this same library such as the one below, but it works!
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:224:8:
warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr<_xmlSAXHandler> sax_handler_;
Hi again!
UWSim works in Kinetic! However I had to compile everything from source, and since osg_utils, osg_interactive_markers and osg_markers are catkin packages, I removed added them as modules of catkin. Regarding C++11, it looks like libxml++ doesn't like the new C++11 compiler, so I had to force old C++03. There are tons of warnings from this same library such as the one below, but it works!