|
mj-kdl-wrapper
0.1.0
MuJoCo + KDL bridge for robot kinematics and dynamics
|
#include "mj_kdl_wrapper/mj_kdl_wrapper.hpp"#include "test_utils.hpp"#include <gtest/gtest.h>#include <kdl/chaindynparam.hpp>#include <kdl/chainfksolverpos_recursive.hpp>#include <kdl/chainiksolverpos_nr_jl.hpp>#include <kdl/chainiksolvervel_pinv.hpp>#include <algorithm>#include <cmath>#include <filesystem>#include <iomanip>#include <iostream>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | MjcfPickTest |
Functions | |
| TEST_F (MjcfPickTest, KDLChain) | |
| TEST_F (MjcfPickTest, IKConvergence) | |
| TEST_F (MjcfPickTest, CubeLifted) | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 327 of file test_mjcf_pick.cpp.
| TEST_F | ( | MjcfPickTest | , |
| CubeLifted | |||
| ) |
Definition at line 299 of file test_mjcf_pick.cpp.
References TEST_INFO.
| TEST_F | ( | MjcfPickTest | , |
| IKConvergence | |||
| ) |
Definition at line 266 of file test_mjcf_pick.cpp.
References TEST_INFO.
| TEST_F | ( | MjcfPickTest | , |
| KDLChain | |||
| ) |
Definition at line 260 of file test_mjcf_pick.cpp.
References TEST_INFO.