ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

It would appear these functions were slightly renamed. You'll need to include <tf_conversions tf_eigen.h=""> and then the tf::RotationTFToEigen is renamed to tf::quaternionTFToEigen, while tf::VectorTFToEigen is now tf::vectorTFToEigen. Docs for this header are here: http://docs.ros.org/hydro/api/tf_conversions/html/c++/tf__eigen_8h.html

This I believe was part of the overhaul that was done to get rid of the custom version of bullet that was used.

It would appear these functions were slightly renamed. renamed:

  • You'll need to include <tf_conversions tf_eigen.h=""> and then the tf_eigen.h="">
  • tf::RotationTFToEigen is renamed to tf::quaternionTFToEigen, while tf::quaternionTFToEigen
  • tf::VectorTFToEigen is now tf::vectorTFToEigen. tf::vectorTFToEigen.

Docs for this header are here: http://docs.ros.org/hydro/api/tf_conversions/html/c++/tf__eigen_8h.html

This I believe was part of the overhaul that was done to get rid of the custom version of bullet that was used.

It would appear these functions were slightly renamed:

  • You'll need to include <tf_conversions tf_eigen.h="">
  • tf::RotationTFToEigen is renamed to tf::quaternionTFToEigen
  • tf::VectorTFToEigen is now tf::vectorTFToEigen.

Docs for this header are here: http://docs.ros.org/hydro/api/tf_conversions/html/c++/tf__eigen_8h.html

This I believe was part of the overhaul that was done to get rid of the custom version of bullet that was used.

It would appear these functions were slightly renamed:

  • You'll need to include <tf_conversions tf_eigen.h="">"tf_conversions/tf_eigen.h"
  • tf::RotationTFToEigen is renamed to tf::quaternionTFToEigen
  • tf::VectorTFToEigen is now tf::vectorTFToEigen.

Docs for this header are here: http://docs.ros.org/hydro/api/tf_conversions/html/c++/tf__eigen_8h.html

This I believe was part of the overhaul that was done to get rid of the custom version of bullet that was used.