Version 0.11 has been released

Version 0.11 of project:rsc has been released.
Added by J. Wienke over 9 years ago

Version 0.11 of Robotics Systems Commons has been released today and is available as a branch in the git repository.

Apart from general bug fixes, the following new features were added:
  • Support for correctly handling unix signals has been added. This code can be used in client programs to simplify the processing of incoming signals. (#2007)
  • A new cross-platform API to gather information about hosts and processes has been added in the namespace rsc::os. (#1966)
  • The CMake scripts are now additionally exposed as a CMake project called RSC-CMake. This project does not include C++ parts and hence can be used in downstream projects without a working C++ compiler. (#2140)

The full list of addressed issues is available here


Comments