15 #ifndef GEOMETRY__VECTOR3__VECTOR3_HPP_
16 #define GEOMETRY__VECTOR3__VECTOR3_HPP_
19 #include <geometry_msgs/msg/vector3.hpp>
26 typename T,
typename U,
typename V,
28 std::conjunction_v<std::is_scalar<T>, std::is_scalar<U>, std::is_scalar<V>>, std::nullptr_t> =
30 auto vector3(
const T & x,
const U & y,
const V & z)
32 geometry_msgs::msg::Vector3 vec;
auto vector3(const T &x, const U &y, const V &z)
Definition: vector3.hpp:30
Definition: bounding_box.hpp:32