robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <vector>
#include <string>
#include <unordered_map>
#include <iostream>
#include "Eigen/Core"
#include "robotoc/robot/se3.hpp"
#include "robotoc/utils/aligned_vector.hpp"
#include "robotoc/utils/aligned_unordered_map.hpp"
#include "robotoc/robot/contact_status.hxx"
Go to the source code of this file.
Classes | |
class | robotoc::ContactStatus |
Contact status of robot model. More... | |
Namespaces | |
namespace | robotoc |
Enumerations | |
enum class | robotoc::ContactType { robotoc::PointContact , robotoc::SurfaceContact } |
Types of contacts. More... | |