Skip to content

Support for different agent models #35

Description

@YueZhang-studyuse

Currently the agent model is implicit, it supports forward displacement of one unit, and it supports rotation by 90 degrees. We want to make the model explicit and to describe the actions in a text file.

sketch:

  • plan symbol followed by drawing instruction (rotation, displacement).
  • the shape of the agent on the grid (square or round plus radius, other abstract shapes made of simple squares).
  • the drawing instruction are keyword followed by numeric parameters.

Example:
MODEL [name (eg. MAPF, MAPF_T)]
SHAPE [circle | square | sprite file] [radius]

[PLANSYMBOL]
ROTATE [radians]

[PLANSYMBOL]
DISPLACEMENT [delta x][delta y]

[PLANSYMBOL]
ROTATE [radians]
DISPLACEMENT [delta x][delta y]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions