Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
NoozAbooz committed Jan 20, 2025
1 parent 187338a commit dcfd4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libKS/drivetrain/odom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ double avg_heading;
double deltaXLocal;
double deltaYLocal;

void ks::setOdomPosition() {
void ks::setOdomPosition(double x_new, double y_new, double theta_new) {
x = 0;
y = 0;

Expand Down

0 comments on commit dcfd4c0

Please sign in to comment.