Skip to content

Commit

Permalink
main.rs の更新
Browse files Browse the repository at this point in the history
change odom rate
  • Loading branch information
paripalpp authored Aug 16, 2024
1 parent 9050b81 commit 9f4bc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fn main() -> ! {

let mut switches_state_prev = switches_state;

let mut encoder_scheduler = Scheduler::new(30_000, &timer);
let mut encoder_scheduler = Scheduler::new(10_000, &timer);
let mut switches_scheduler = Scheduler::new(500_000, &timer);
loop {
// A welcome message at the beginning
Expand Down

0 comments on commit 9f4bc78

Please sign in to comment.