hpp-pinocchio  4.9.1
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
device-data.hh File Reference
#include <hpp/util/debug.hh>
#include <hpp/pinocchio/config.hh>
#include <hpp/pinocchio/fwd.hh>
Include dependency graph for device-data.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hpp::pinocchio::DeviceData
 

Namespaces

 hpp
 Utility functions.
 
 hpp::pinocchio
 

Enumerations

enum  hpp::pinocchio::Computation_t {
  hpp::pinocchio::JOINT_POSITION = 0x1, hpp::pinocchio::JACOBIAN = 0x2, hpp::pinocchio::VELOCITY = 0x4, hpp::pinocchio::ACCELERATION = 0x8,
  hpp::pinocchio::COM = 0xf, hpp::pinocchio::COMPUTE_ALL = 0Xffff
}