Commands:
from apollo_toolbox_py.prelude import *
from apollo_toolbox_py.prelude_bpy import *
r = ResourcesRootDirectory.new_from_default_apollo_robots_dir()
s = r.get_subdirectory("go2") # or any other robot available
c = s.to_chain_numpy()
Options
blender_robot = ChainBlender.spawn(c,r)
for instance, if using the “go2” robot initialized above, this will spawn this robot in the blender scene, as seen in the upper left
