Create a moveable robotic arm

I’ve been interested in @Pulsarnova’s game Space Sailors recently and I wondered how I would be able to recreate the robotic arm on the ISS, example:

https://i.gyazo.com/a862f36b84590cd977752e497485c8d9.mp4

I figured that the “main” part (let’s call it the head) is controlled by the player, while the other parts are unanchored, and “controlled” by some kind of constraints. If someone can help me I’d be grateful.

Thanks

probably inverse kinematics
You can read up about it here.

You can also find IK Methods here - Resource by the community.

2 Likes