Skip to content

Commit

Permalink
fixed another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Jan 19, 2024
1 parent a7293c7 commit 285d380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trajectories/trajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_waypoint(self, time: float):

target_wp = Waypoint(
coordinate=target_pos,
timestamp=time * self.time_scale
timestamp=(time * self.time_scale) / 4
)

return target_wp
Expand Down

0 comments on commit 285d380

Please sign in to comment.