Skip to content

Commit

Permalink
fix (solo12 calibration): Don't use banana port for sliderbox
Browse files Browse the repository at this point in the history
Due to changed behaviour of the slider box detection, this made the
application crash.  Instead of passing a nonsensical value, simply
rely on the default (auto-detection) here.
  • Loading branch information
luator committed Aug 17, 2023
1 parent 20cfd98 commit 804da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programs/solo12_hardware_calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char** argv)

// Initialize the shared content.
SharedContent shared_content;
shared_content.robot.initialize(argv[1], "banana");
shared_content.robot.initialize(argv[1]);
shared_content.sc_mutex.unlock();
shared_content.print_home_offset = false;

Expand Down

0 comments on commit 804da0b

Please sign in to comment.