Skip to content
Snippets Groups Projects
Commit d99910ce authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

deprecate vector-to-rotation, fix #128

parent f9093bfe
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@
namespace dynamicgraph {
namespace sot {
class SOTVECTORTOROTATION_EXPORT VectorToRotation
: public dynamicgraph::Entity {
class[[deprecated("use RPYToMatrix")]] SOTVECTORTOROTATION_EXPORT
VectorToRotation : public dynamicgraph::Entity {
enum sotAxis { AXIS_X, AXIS_Y, AXIS_Z };
unsigned int size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment