Skip to content

Commit 53920fd

Browse files
committed
compile maybe?
1 parent 3a9df0c commit 53920fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pybricks/experimental/odometry.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ void pb_background_pursuit_update(void) {
7979

8080
// 3. PURE PURSUIT MATH
8181
// Calculate m_left and m_right based on target_x/y relative to global_x/y
82-
//float m_left = 1.0f;
83-
//float m_right = 1.0f;
82+
float m_left = 1.0f;
83+
float m_right = 1.0f;
8484

8585
// 4. DRIVE
8686
pbio_servo_run_forever(left_servo_ptr, (int32_t)(p_target_speed * m_left));

0 commit comments

Comments
 (0)