defmodule Robot.Frame do @moduledoc """ Robot frame stuct name: '', rotate_axis_sid: '', frames: [], rotate_axis: [] """ defstruct name: '', rotate_axis_sid: '', frames: [], rotate_axis: [] end