-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I propose to add two new commands to CRTK. Both would be implemented as services on ROS:
forward_kinematicsinverse_kinematics
Proposed new ROS srv can be found in https://github.com/collaborative-robotics/crtk_msgs/tree/devel/srv:
- QueryForwardKinematics.srv: contains
jpas input for forward kinematics andcpto help select one of multiple solutions (e.g. for parallel robots). - QueryInverseKinematics.srv: contains
cpas input for inverse kinematics andjpto help select one of multiple solutions.
Both replies contain a bool result and string message for a human readable message if the query failed.
Reactions are currently unavailable