Skip to content

Commit

Permalink
Update real_world_interface.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-auburn committed Aug 8, 2023
1 parent e4e1431 commit 9afebe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/world_interface/real_world_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ void initMotors() {
pot_params.adc_lo, pot_params.adc_hi, TELEM_PERIOD);

// initialize motor objects and add them to map
printf("Configured Motor: %s", motor_id);
addMotorMapping(motor_id, true);
}

Expand Down

0 comments on commit 9afebe8

Please sign in to comment.