We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose to add two new commands to CRTK. Both would be implemented as services on ROS:
forward_kinematics
inverse_kinematics
Proposed new ROS srv can be found in https://github.com/collaborative-robotics/crtk_msgs/tree/devel/srv:
srv
jp
cp
Both replies contain a bool result and string message for a human readable message if the query failed.
bool result
string message
The text was updated successfully, but these errors were encountered:
adeguet1
No branches or pull requests
I propose to add two new commands to CRTK. Both would be implemented as services on ROS:
forward_kinematics
inverse_kinematics
Proposed new ROS
srv
can be found in https://github.com/collaborative-robotics/crtk_msgs/tree/devel/srv:jp
as input for forward kinematics andcp
to help select one of multiple solutions (e.g. for parallel robots).cp
as input for inverse kinematics andjp
to help select one of multiple solutions.Both replies contain a
bool result
andstring message
for a human readable message if the query failed.The text was updated successfully, but these errors were encountered: