pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
unsupported.hpp
1//
2// Copyright (c) 2024 INRIA
3//
4
5#ifndef __pinocchio_unsupported_hpp__
6#define __pinocchio_unsupported_hpp__
7
8#include "pinocchio/deprecation.hpp"
9
10#define PINOCCHIO_UNSUPPORTED PINOCCHIO_DEPRECATED
11#define PINOCCHIO_UNSUPPORTED_MESSAGE PINOCCHIO_DEPRECATED_MESSAGE
12
13#endif // ifndef __pinocchio_unsupported_hpp__