Commanding Cartesian Pose through FRI

  • Hi,


    I am just wondering if anyone has any insight into commanding the cartesian pose of the robot using FRI.
    There only seems to be commands for joints, torque and cartesian wrench.


    Thanks in advance.

  • This is the most basic concept in robotics. Use the kinematics of the robot to obtain the individual joint angles that will take the robot to the desired cartesian point in space, and vice versa. :waffen100:

  • I am interested in the same question as gman1.

    I'd like to control position and orientation of flange of iiwa based on measurement data received on the desktop. (The desktop which is connected to the sunrise controller of iiwa.).

    I need to find methods to transmit position and orientation of flange to iiwa.


    I have transmitted orientation data to control joints of iiwa via FRI. But controlling the position and orientation of flange is a different task.


    If FRI is to be used for controlling position and orientation of the flange, one would have to calculate set of joint angle movements corresponding to change in position an orientation in every time step. These joint angle movements could be transmitted to iiwa via FRI. So calculations should be done before using FRI... I think this has to happen in the desktop computer. Wouldn't this require knowing exact dimensions of arm of iiwa?


    This feels like unnecessary complicated, the work that robot usually makes itself has to be done separately in this approach.


    Looking forward on any ideas regarding this.


    I have started trying also other methods to transmit position orientation (TCP/IP communication and DirectServo)

  • If I see it right, the only option to move the robot via FRI cartesian, is though a little workaround, by using the transformationProvider.

    In this case you send a transformation matrix like :

    { 1, 0, 0, 10},

    { 0, 1, 0, 10},

    { 0, 0, 1, 10}


    So the code on the client side would look like:

    on the Robot side (not the whole program. just the important sections)

    for me that "solution" is very unpractical. One problem is, that you do not get the current axes values from the robot though the FRI back on the client side.


    I would be very happy to get better ideas to make that a little bit more smart.

Advertising from our partners