Hello,
I tried uploaded some obstacle meshes with Studio Live using:
object = jacobi.Convex.load_from_file(mesh_path)
origin = jacobi.Frame.from_quaternion(*pose)
obstacle = jacobi.Obstacle(object, origin, "66C866")
studio.add_obstacle(obstacle)Thanks