Skip to content

Field navigation keeps turning when started close to starting position #282

@pascalzauberzeug

Description

@pascalzauberzeug

I'm not quite sure how to reproduce it, but when started really close to the starting position but outside of the working area, the robot keeps on turning towards the start but never reaches it.

if not robot_in_working_area:
assert self.start_point is not None
target_yaw = self.robot_locator.pose.direction(self.start_point)
await self.turn_to_yaw(target_yaw)
await self.driver.drive_to(self.start_point, backward=False)
assert self.end_point is not None

Screen.Recording.2025-02-25.at.00.39.47.mov

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions