Skip to content

kscalelabs/kmotions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

keyframe motions for kbot

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors