#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
#include <pinocchio/algorithm/joint-configuration.hpp>
#include <tsid/contacts/contact-6d.hpp>
#include <tsid/robots/robot-wrapper.hpp>
Go to the source code of this file.
◆ REQUIRE_FINITE
#define REQUIRE_FINITE |
( |
|
A | ) |
BOOST_REQUIRE_MESSAGE(isFinite(A), #A << ": " << A) |
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
test_contact_6d |
| ) |
|
◆ romeo_model_path
const string romeo_model_path = TSID_SOURCE_DIR "/models/romeo" |