ikData
Retrieve Inverse Kinematics Data
Retrieve IK Data.
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"statusCode": 200,
"body": {
"time": [], // Time increments are in 0.016 s or 60 Hz sampled
"jointAngle": [], // Angle array
"jointAngle_vel": [], // Velocity array
"jointAngle_acc": [] // Acceleration array
...
}
}{
"message": "String type - this will contain more details about the problem encountered"
}{
"message": "String type - this will contain more details about the problem encountered"
}Last updated