Inverse Kinematics from Python
How can I access the inverse kinematics solver from Python (with or without using moveit)? The tutorial on the moveit website does not seem to be up to date.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
How can I access the inverse kinematics solver from Python (with or without using moveit)? The tutorial on the moveit website does not seem to be up to date.
This is kind of hacky, but I've just been using the /compute_ik service call while running move_group, both from python and C++. I'm hoping that there's a simple and lighter-weight solution ...
Ah, got it. This is a good example: https://github.com/chili-epfl/hoap3_write/blob/master/scripts/sample_reachable.py
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-12-05 10:05:09 -0500
Seen: 3,282 times
Last updated: Dec 05 '13
Make MoveIt! IK solver 'prefer' certain solutions over others
How should I send a trajectory to an Arduino Robot Arm?
I think moveit IK is going wrong.
Rviz: clicking a TF to align the robot TCP?
How to add a table into moveit environments?
Moveit! move_group segmentation fault on Ubuntu Mate 16.04 with Raspberry Pi 3 (ROS kinetic)
MultiRobot MoveIt controller management
Controlling a quaternion with 6D controller
Thanks. Could you post your code? I've a hard time finding the right Python commands to use. In particular, what arguments are you providing to rospy.ServiceProxy(...)?