Packages

# DPP A Distributed Path Planner

Current section

Files

Jump to
dpp lib robot robot_frame.ex
Raw

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