Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pep Martí Saumell
uam_task_ctrl
Commits
4ebe972e
Commit
4ebe972e
authored
Jun 28, 2016
by
asantamaria
Browse files
cleaned kinematics and added inverse kine
parent
86e3be77
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uam_task_ctrl.h
View file @
4ebe972e
#ifndef _UAM_TASK_CTRL_H
#define _UAM_TASK_CTRL_H
#include
<stdio.h>
// MISC
#include
<iostream>
#include
<fstream>
#include
<unistd.h>
#include
<string>
#include
<sstream>
#include
<math.h>
// Eigen
#include
<eigen3/Eigen/Dense>
#include
<eigen3/Eigen/Eigenvalues>
#include
<eigen3/Eigen/SVD>
// KDL stuff
#include
<kdl/frames.hpp>
#include
<kdl/frames_io.hpp>
#include
<kdl/chain.hpp>
#include
<kdl/chainfksolver.hpp>
#include
<kdl/chainfksolverpos_recursive.hpp>
#include
<kdl/chainiksolver.hpp>
#include
<kdl/chainiksolverpos_nr.hpp>
#include
<kdl/chainiksolvervel_wdls.hpp>
#include
<kdl/frames_io.hpp>
#include
<kdl/chainjnttojacsolver.hpp>
#include
<boost/scoped_ptr.hpp>
#include
<boost/shared_ptr.hpp>
// Own libraries
#include
"common_fc.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment