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

unable to transform pos constraints to odom_combined

asked 2011-07-19 20:25:11 -0500

ys gravatar image

I tried to change "move_arm_simple_pose_goal.cpp" http://www.ros.org/wiki/move_arm/Tuto...

I wanted to specify pos and orientation and changed desired_pose.pose.orientation.w = 1.0 -> 0.5 (line31)

Then there's error message

How can I fix it or change r_wrist_roll_joint's orientation?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-07-19 21:18:39 -0500

dornhege gravatar image

You need to provide a proper quaternion. Just changing one value will obviously leave the quaternion unnormalized.

There are some convenience functions that create quaternions from roll,pitch,yaw depending on what you need.

edit flag offensive delete link more

Comments

Thank you so much.
ys gravatar image ys  ( 2011-07-20 13:31:09 -0500 )edit

Question Tools

Stats

Asked: 2011-07-19 20:25:11 -0500

Seen: 321 times

Last updated: Jul 19 '11