Template Function tf2::fromMsg(const beluga_ros::msg::Pose&, Sophus::SE2<Scalar>&)

Function Documentation

template<class Scalar>
inline void tf2::fromMsg(const beluga_ros::msg::Pose &msg, Sophus::SE2<Scalar> &out)

Converts a Pose message type to a Sophus SE2 type.

This function is a specialization of the fromMsg template defined in tf2/convert.h.

Parameters:
  • msg – The pose message to convert.

  • out – The pose converted to a Sophus SE2 element.