|
threed_odometry
|
#include <assert.h>#include <sstream>#include <string>#include <base/Time.hpp>#include <base/Eigen.hpp>#include <base-logging/Logging.hpp>#include <Eigen/Core>#include <kdl_parser/kdl_parser.hpp>#include <kdl/frames_io.hpp>#include <kdl/treefksolver.hpp>#include <kdl/treefksolverpos_recursive.hpp>#include <kdl/chainjnttojacsolver.hpp>#include <kdl/treejnttojacsolver.hpp>Go to the source code of this file.
Classes | |
| class | threed_odometry::KinematicKDL |
Namespaces | |
| threed_odometry | |
This class has the primitive methods for the Forward kinematics and Wheel Jacobian. First computes the forward kinematics in order to have afterwards the wheel Jacobians using KDL.
It reads a URDF file to create KDL Chains using the kdl_parse.
1.8.11