ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ah I misspoke earlier, .rotation() is fine for pulling out the rotation matrix. To access individual elements you can do Eigen::Matrix3d rot = arm_link_5_state.rotation(), and then xx = rot(0,0), etc.