tf::createQuaternionFromYaw equivalent in ros2
How should I create a quaternion of a simple yaw (zaxis) rotation in ros2?
The alternative in ros1 were essentially tf::createQuaternionMsgFromYaw
or tf::createQuaternionFromYaw
but these options are not there anymore.