Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Changed IMU port
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed Apr 10, 2024
1 parent b23a038 commit 2c4969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ inline lemlib::Drivetrain drivetrain{
// inline lemlib::TrackingWheel left_tracking_wheel(&left_enc, 2.75, 3);
// inline lemlib::TrackingWheel back_tracking_wheel(&back_enc, 2.75, -4);

inline pros::Imu inertial_sensor(22);
inline pros::Imu inertial_sensor(11);

inline lemlib::OdomSensors sensors{
nullptr, // vertical tracking wheel 1
Expand Down

0 comments on commit 2c4969e

Please sign in to comment.