4 #include "gmock/gmock.h" 5 #include "gtest/gtest.h" 8 TEST(FootSwing, fstest) {
45 double phasePerSecond = 2.;
49 double ph0 = t0 * phasePerSecond;
50 double ph1 = t1 * phasePerSecond;
typename Eigen::Matrix< T, 3, 1 > Vec3
bool almostEqual(const Eigen::MatrixBase< T > &a, const Eigen::MatrixBase< T > &b, T2 tol)
Utility functions for math.