Controlling a robot with NMPC using end effector positions and not joint angles
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
I am attempting to modify the example provided at
Currently, we are able to set the desired values of q (joint angles) and q_dot (joint velocities). The state vector appears as follows:
To enable the controller to track an end effector position, I aim to edit the example and the manipulatorStateFcn function. My desired state vector would be structured as:

Essentially, I wish to instruct the robot to reach, for instance, coordinates (1, 0.5) on the x and y axes, respectively. I intend to assign weights to the end effector position for optimization purposes.
We possess the equations necessary to compute both forward and inverse kinematics. However, I'm encountering difficulties integrating this modification into the system.
Any assistance on this matter would be greatly appreciated.
Best regards,
Szymon
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!