kmotions Keyframe-based motion sequences for the Kscale Labs Kbot humanoid robot. Usage from kmotions.motions import MOTIONS motion = MOTIONS["wave"](dt=0.01) while (frame := motion.get_next_motion_frame()) is not None: # Send frame to robot pass