Closed dornhege closed 9 years ago
transformVector3 seems to assume that v_in and v_out are "free" vectors, not points. This should be in the documentation though - it looks like its not used anywhere else within moveit_core or moveit_ros.
OK, makes sense. In that case I'd just leave this open as a "documentation bug".
Why not just improve the documentation? https://github.com/ros-planning/moveit_core/pull/236
Hi, I just stumbled upon this, so if this is actually correct please disregard it.
The code only takes the rotation part. I believe it should use the complete transform to transform a Vector3.