We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771c11e commit 7d928b5Copy full SHA for 7d928b5
include/franky/robot_pose.hpp
@@ -39,7 +39,7 @@ class RobotPose {
39
}
40
41
[[nodiscard]] inline RobotPose changeEndEffectorFrame(const Affine &transform) const {
42
- return {end_effector_pose_ * transform.inverse(), elbow_position_};
+ return {end_effector_pose_ * transform, elbow_position_};
43
44
45
[[nodiscard]] inline RobotPose with_elbow_position(const std::optional<double> elbow_position) const {
0 commit comments