Rotation in const Eigen::Affine3d &pose
I need to provide position as well as orientation using variable of type Eigen::Affine3d. For translation it is pose.translation().x() = 0.0797806909663 but I don't know how to provide rotation using Eigen::Affine3d. Any way out? Thanks in advance!