Skip to content

Commit

Permalink
updated scan_builder (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
redto0 authored Oct 9, 2024
1 parent e668715 commit 99238dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TinyKart *tinyKart;
LD06 ld06{};

// Scan processor
ScanBuilder scan_builder{360 - 90, 90, ScanPoint{0.1524, 0}};
ScanBuilder scan_builder{180, 360, ScanPoint{0.1524, 0}};

/// Starts/stops the kart
void estop() {
Expand Down

0 comments on commit 99238dd

Please sign in to comment.