Skip to content

User allowed to initialize robot positions outside arena #25

Description

@jtebert

There is no check whether the coordinates specified by robot_init(x, y, theta) is valid (i.e., within the arena dimensions).

Fix: The code should provide a warning or exit if a position is outside the arena bounds.

This might be easier said than done because when calling robot_init, the Robot does not have access to the World in which it exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions