lib/robot/robot_frame.ex

defmodule Robot.Frame do
    @moduledoc """
    Robot frame stuct

    name: '', rotate_axis_sid: '', frames: [], rotate_axis: []
    """
    defstruct name: '', rotate_axis_sid: '', frames: [], rotate_axis: []
end