Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

2.4 Manipulation

Authors
Affiliations
Delft University of Technology
Delft University of Technology
Updated: 26 Aug 2026

This section covers the articulation of the robotic arm that sits atop the MIRTE Master. Since there is hardly any competition in the space, the market leader, MoveIt 2, will be used to move the arm. MoveIt 2 provides a well-documented API and directs the vast majority of computations regarding (inverse) kinematics of robotic arms and the trajectory planning thereafter PickNik Robotics, 2025.

The package is already installed on the MIRTE Master and has previously been used semi-successfully to move MIRTE’s arm MIRTE, 2025. However, this implementation resulted in the end effector (the tip of the arm; the wrist) being positioned more than 10 cm off-target. For a machine needing to pick up objects smaller than 6 cm, this is unacceptable. Therefore, an improved version is required. To this end, the designed behaviour contains a multitude of improvements and concessions:

Changes

Together, these modifications facilitate the movement of the robotic arm for this specific project and enable the creation of additional custom manipulation modules for future projects.

References
  1. PickNik Robotics. (2025). MoveIt 2 API Documentation. https://moveit.picknik.ai/main/api/html/index.html
  2. MIRTE. (2025). MoveIt Tutorial. https://docs.mirte.org/develop/doc/tutorials/moveit.html