#include <iostream>
#include <vector>
#include <gtest/gtest.h>
#include <kdl/jntarray.hpp>
#include <kdl/chainidsolver_recursive_newton_euler.hpp>
#include <ros/ros.h>
#include <ros/console.h>
#include "kdl_parser/kdl_parser.hpp"
Go to the source code of this file.
Classes | |
class | TestInertiaRPY |
Functions | |
int | main (int argc, char **argv) |
TEST_F (TestInertiaRPY, test_torques) | |
Variables | |
int | g_argc |
char ** | g_argv |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 115 of file test_inertia_rpy.cpp.
TEST_F | ( | TestInertiaRPY | , |
test_torques | |||
) |
Definition at line 67 of file test_inertia_rpy.cpp.
int g_argc |
Definition at line 48 of file test_inertia_rpy.cpp.
char** g_argv |
Definition at line 49 of file test_inertia_rpy.cpp.