Skip to content

[improvement] continuously update robot position #7

@clay-arras

Description

@clay-arras

description: because A* is an algorithm run (pretty much) on graphs/grids, we maintain a grid called self.maze inside robot_obstacles.py, where each tile is defined as such:

class GridTile(Enum):
    FLOOR = 0
    ROBOT = 1
    TARGET = 2
    WALL = 3

However, we'd like a way to somehow continuously have the robot position be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions