|
wbc
|
#include "../RobotModelHyrodyn.hpp"#include <boost/test/unit_test.hpp>#include "../../test/test_robot_model.hpp"Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MAIN |
Functions | |
| BOOST_AUTO_TEST_CASE (configure_and_update) | |
| BOOST_AUTO_TEST_CASE (fk) | |
| BOOST_AUTO_TEST_CASE (space_jacobian) | |
| BOOST_AUTO_TEST_CASE (body_jacobian) | |
| BOOST_AUTO_TEST_CASE (com_jacobian) | |
| BOOST_AUTO_TEST_CASE (inverse_dynamics) | |
| BOOST_AUTO_TEST_CASE (compare_serial_vs_hybrid_model) | |
| #define BOOST_TEST_DYN_LINK |
| #define BOOST_TEST_MAIN |
| BOOST_AUTO_TEST_CASE | ( | body_jacobian | ) |
| BOOST_AUTO_TEST_CASE | ( | com_jacobian | ) |
| BOOST_AUTO_TEST_CASE | ( | compare_serial_vs_hybrid_model | ) |
Check if the differential inverse kinematics solution of a serial robot and the equivalent a series-parallel hybrid robot model match
| BOOST_AUTO_TEST_CASE | ( | configure_and_update | ) |
Verify that the robot model fails to configure with invalid configurations
| BOOST_AUTO_TEST_CASE | ( | fk | ) |
| BOOST_AUTO_TEST_CASE | ( | inverse_dynamics | ) |
| BOOST_AUTO_TEST_CASE | ( | space_jacobian | ) |