View on GitHub

Documentation

ARC-OPT Documentation - https://arc-opt.github.io/Documentation

Using a Different Solver

The tutorial can be found in tutorials/kuka_iiwa/cart_pos_ctrl_qpOASES.cpp. Documentation can be found here. To run the tutorial, type

cd build/tutorials/kuka_iiwa
./cart_pos_ctrl_qpoases

This tutorial is identical to tutorial 01, except that we use a different solver (qpOASES) and scene (VelocitySceneQuadraticCost) here. The main differences are:

Use qpOASES to limit the joint velocities

In the video, again the upper plot shows the joint velocity of joint 4 (elbow), the lower plot shows the setpoint and actual position (only z-axis). As it can be seen the joint velocity of joint 4 is now bounded to the maximum joint velocity set in the URDF file (approx. 1.3 rad/s).

[Previous Tutorial][Back to Main Page][Next Tutorial]