Set position_only_ik = true from C++ code
How could I set the position_only_ik = true from the C++ code.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
asked 2013-11-15 04:55:46 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
How could I set the position_only_ik = true from the C++ code.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-11-15 04:55:46 -0500
Seen: 633 times
Last updated: Nov 15 '13
Rviz: clicking a TF to align the robot TCP?
[MoveIt!] Save a calculated motion plan
MoveIt and ROS-Industrial: No controller_list specified.
Complete MoveIt! Pick and Place example? (ideally with Gazebo integration)
moveit setup assistant problem
How to implement a JointPositionController
You're going to have to be more specific than that. What's your ROS version? Package? What are you even trying to do overall?
position_only_ik is presumably referring to the parameter for MoveIt? If so, I'd check the MoveIt mailing list.
position_only_ik is the setting in kinematics.yaml file that allow to ignore Euler angles while changing end effector position with interactive markers in RViz. And I'm wonder is it possible to somehow ignore orientation while planning from the C++ code.