amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

[TB] Develop the calculation function (for Worker module) #55

Open UmangBR opened 2 years ago

UmangBR commented 2 years ago

User story

  1. As a SD
  2. I want to develop the calculation function
  3. So that I can calculate the direction and speed for the robot to reach the destination.

Acceptance criteria

Definition of done (DoD)

DoD general criteria

nmarkert commented 2 years ago

For now

Implemented the calculate_direction function in the worker node on the Turtlebot, so that it takes two points (tuples of x- and y- Coordinate) of the current position of the robot and the destination to drive and outputs the direction in which the destination lies.

For the future