gbiggs
30
REP 2000 specifies the minimum C++ version that each ROS distribution is required to work with. This is, in general, derived from the combination of the C++ version available in the G++ compiler on the version of Ubuntu that distribution is targetting, and the need to ensure users who work in more restricted environments (e.g. safety-critical systems and embedded systems) will be able to work with the source code.
2 Likes