Drake
testIKMoreConstraints.cpp File Reference
#include <cstdlib>
#include <iostream>
#include <numeric>
#include <Eigen/Dense>
#include "drake/systems/plants/constraint/RigidBodyConstraint.h"
#include "drake/systems/plants/IKoptions.h"
#include "drake/systems/plants/RigidBodyIK.h"
#include "drake/systems/plants/RigidBodyTree.h"
#include "drake/util/eigen_matrix_compare.h"
#include "gtest/gtest.h"
Include dependency graph for testIKMoreConstraints.cpp:

Functions

vector< int > getJointPositionVectorIndices (const RigidBodyTree &model, const std::string &name)
 
void findJointAndInsert (const RigidBodyTree &model, const std::string &name, vector< int > &position_list)
 
 GTEST_TEST (testIKMoreConstraints, IKMoreConstraints)
 

Function Documentation

void findJointAndInsert ( const RigidBodyTree model,
const std::string &  name,
vector< int > &  position_list 
)

Here is the call graph for this function:

Here is the caller graph for this function:

vector<int> getJointPositionVectorIndices ( const RigidBodyTree model,
const std::string &  name 
)

Here is the call graph for this function:

Here is the caller graph for this function:

GTEST_TEST ( testIKMoreConstraints  ,
IKMoreConstraints   
)

Here is the call graph for this function: