gazebosim / gz-rendering

C++ library designed to provide an abstraction for different rendering engines. It offers unified APIs for creating 3D graphics applications.
https://gazebosim.org
Apache License 2.0
56 stars 51 forks source link

re-release ign-rendering to focal using ogre-1.12 #82

Open simonschmeisser opened 4 years ago

simonschmeisser commented 4 years ago

Ubuntu Focal contains a much updated version 1.12.4 of OGRE which can be used by installing/depending on libogre-1.12-dev instead of libogre-1.9-dev. Updating the rosdeps was rejected/postponed because ign-rendering was already released and build against libogre-1.9. See here for the discussion https://github.com/ros/rosdistro/pull/24448

Is there anything I can do to help with a new release? I would like to avoid being stuck on ogre-1.9 from 2013 due to compatibility reasons once ROS Noetic is released ...

chapulina commented 4 years ago

Version 3 has already been released , but we can consider this for the upcoming version 4, to be released in September 2020.

Our team is currently focusing on Ogre 2 though, so we're not planning to work on this, but we could review pull requests.