#include "pinocchio/parsers/urdf.hpp"
#include "pinocchio/algorithm/joint-configuration.hpp"
#include "pinocchio/algorithm/model.hpp"
#include <iostream>
#include <algorithm>
Go to the source code of this file.
|
template<typename T > |
bool | is_in_vector (const std::vector< T > &vector, const T &elt) |
|
int | main (int argc, char **argv) |
|
#define PINOCCHIO_MODEL_DIR "path_to_the_model_dir" |
template<typename T >
bool is_in_vector |
( |
const std::vector< T > & |
vector, |
|
|
const T & |
elt |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |