mp_units_vendor
Vendor package for mp-units (quantities and units library for C++)
README
mp_units_vendor
Vendor package for the mp-units library.
Usage
package.xml
<build_depend>mp_units_vendor</build_depend>
CMakeLists.txt
find_package(mp_units_vendor REQUIRED)
target_link_libraries(my_target
mp-units::mp-units
)
C++ Code Example
#include <mp_units/mp_units.hpp>
using namespace mp_units::si::unit_symbols;
auto velocity = 50 km / h;