AndrejOrsula / pymoveit2

Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services
BSD 3-Clause "New" or "Revised" License
124 stars 44 forks source link

Added Async Forward/Inverse Kinematics #43

Closed amalnanavati closed 4 months ago

amalnanavati commented 6 months ago

Description

Similar to #40 , this PR adds the ability to asynchronously call forward or inverse kinematics, along with corresponding examples.

Testing

amalnanavati commented 4 months ago

Apologies for the very long delay. Just addressed the comments.

AndrejOrsula commented 4 months ago

Thank you very much!