Template Function franka::checkFinite

Function Documentation

template<size_t N>
inline void franka::checkFinite(const std::array<double, N> &array)

Checks if all elements of an array of the size N have a finite value

Template Parameters:

N – the size of the array

Parameters:

array – the array to be checked