|
template<class Scalar > |
beluga_ros::msg::Point | toMsg (const Eigen::Matrix< Scalar, 2, 1 > &in) |
| Converts an Eigen Vector2 type to a Point message. More...
|
|
template<class Scalar > |
beluga_ros::msg::Pose & | toMsg (const Sophus::SE2< Scalar > &in, beluga_ros::msg::Pose &out) |
| Converts a Sophus SE2 type to a Pose message. More...
|
|
template<class Scalar > |
beluga_ros::msg::Pose & | toMsg (const Sophus::SE3< Scalar > &in, beluga_ros::msg::Pose &out) |
| Converts a Sophus SE3 type to a Pose message. More...
|
|
template<class Scalar > |
beluga_ros::msg::Transform | toMsg (const Sophus::SE2< Scalar > &in) |
| Converts a Sophus SE2 type to a Transform message. More...
|
|
template<class Scalar > |
beluga_ros::msg::Transform | toMsg (const Sophus::SE3< Scalar > &in) |
| Converts a Sophus SE3 type to a Transform message. More...
|
|
template<class Scalar > |
void | fromMsg (const beluga_ros::msg::Transform &msg, Sophus::SE2< Scalar > &out) |
| Converts a Transform message type to a Sophus SE2 type. More...
|
|
template<class Scalar > |
void | fromMsg (const beluga_ros::msg::Transform &msg, Sophus::SE3< Scalar > &out) |
| Converts a Transform message type to a Sophus SE3 type. More...
|
|
template<class Scalar > |
void | fromMsg (const beluga_ros::msg::Pose &msg, Sophus::SE2< Scalar > &out) |
| Converts a Pose message type to a Sophus SE2 type. More...
|
|
template<class Scalar > |
void | fromMsg (const beluga_ros::msg::Pose &msg, Sophus::SE3< Scalar > &out) |
| Converts a Pose message type to a Sophus SE3 type. More...
|
|
template<template< typename, std::size_t > class Array, typename Scalar > |
Array< Scalar, 36 > & | covarianceEigenToRowMajor (const Sophus::Matrix3< Scalar > &in, Array< Scalar, 36 > &out) |
| Converts a Sophus (ie. Eigen) 3x3 covariance matrix to a 6x6 row-major array. More...
|
|
template<template< typename, std::size_t > class Array, typename Scalar > |
Sophus::Matrix3< Scalar > & | covarianceRowMajorToEigen (const Array< Scalar, 36 > &in, Sophus::Matrix3< Scalar > &out) |
| Converts a 6x6 row-major array to an Eigen 3x3 covariance matrix. More...
|
|
template<typename Scalar > |
beluga_ros::msg::PoseWithCovariance | toMsg (const Sophus::SE3< Scalar > &in, const Eigen::Matrix< Scalar, 6, 6 > &covariance) |
|
tf2
namespace extension for message conversion overload resolution.