#include <string>#include <map>#include <vector>#include <sbpl/config.h>#include <angles/angles.h>#include <kdl_parser/kdl_parser.hpp>#include <kdl/jntarray.hpp>#include <kdl/chainfksolverpos_recursive.hpp>#include "chainfksolver.hpp"#include "segment.hpp"#include "utilities/kdl-config.h"#include "utilities/utility.h"

Go to the source code of this file.
Classes | |
| struct | ArmJoint |
| this struct contains a description of each joint in the arm. It's mainly used for checking joint limits. It's very primitive and will be redesigned later on. More... | |
| struct | ArmLink |
| this struct contains a description of a link on the arm. It's mainly used for collision checking. It is very primitive and will be redesigned later on. More... | |
| class | SBPLArmModel |