1#ifndef TEST_ROBOT_MODEL_HPP
2#define TEST_ROBOT_MODEL_HPP
4#include <base/samples/RigidBodyStateSE3.hpp>
5#include <base/samples/Joints.hpp>
9void printRbs(base::samples::RigidBodyStateSE3 rbs);
Definition ContactsAccelerationConstraint.cpp:3
void testSpaceJacobian(RobotModelPtr robot_model, const string &tip_frame, bool verbose)
Definition test_robot_model.cpp:99
base::samples::RigidBodyStateSE3 makeRandomFloatingBaseState()
Definition test_robot_model.cpp:30
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:204
base::samples::Joints makeRandomJointState(vector< string > joint_names)
Definition test_robot_model.cpp:16
void testCoMJacobian(RobotModelPtr robot_model, bool verbose)
Definition test_robot_model.cpp:189
void testBodyJacobian(RobotModelPtr robot_model, const string &tip_frame, bool verbose)
Definition test_robot_model.cpp:142
void printRbs(base::samples::RigidBodyStateSE3 rbs)
Definition test_robot_model.cpp:7
void testDynamics(RobotModelPtr robot_model, bool verbose)
Definition test_robot_model.cpp:226
void testFK(RobotModelPtr robot_model, const string &tip_frame, bool verbose)
Definition test_robot_model.cpp:59