Hi guys,
I am planning to use blender to control a robot arm that i am building. Its easy to use graphical interface, and great IK algorithms make it seem perfect for this application. I just need a little guidance on which aspects of the Blender software i should really concentrate on learning.
I’m going to be scripting in python to interface with the robotic arm. The problem is… all the python code i see seems to be just adding functionality to the software (automating a repetitive task for example). What i ideally want to create is a script which runs in the background while i use my mouse alter the position of an armature. The script will need to be constantly monitoring the coordinates of the bones as i do this.
Is using the blender game engine a possibility? Or maybe even just moving the arm around in pose mode?
Any help is greatly appreciated
– Harry