scenario_simulator_v2 C++ API
Namespaces | Functions
make_quaternion.hpp File Reference
#include <geometry_msgs/msg/quaternion.hpp>
Include dependency graph for make_quaternion.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 math
 
 math::geometry
 

Functions

template<typename T , typename U , typename V , typename W , std::enable_if_t< std::conjunction_v< std::is_scalar< T >, std::is_scalar< U >, std::is_scalar< V >, std::is_scalar< W >>, std::nullptr_t > = nullptr>
auto math::geometry::makeQuaternion (const T &x, const U &y, const V &z, const W &w)