Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WhiteTriangleMatcher : public ImageMatch::WaterfillTemplateMatcher{
){
m_aspect_ratio_lower = 0.8;
m_aspect_ratio_upper = 1.2;
m_area_ratio_lower = 0.9;
m_area_ratio_lower = 0.8;
m_area_ratio_upper = 1.4;

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void checkpoint_52(
// wait for dialog after leaving gym
walk_forward_until_dialog(env.program_info(), env.console, context, NavigationMovementMode::DIRECTIONAL_ONLY, 20000ms, 0, -1);

WhiteTriangleWatcher white_triangle(COLOR_RED, ImageFloatBox(0.948773, 0.034156, 0.013874, 0.024668));
WhiteTriangleWatcher white_triangle(COLOR_RED, ImageFloatBox(0.946, 0.029, 0.013874, 0.024668));
// mash A until detect top right white triangle 1
int ret = run_until<ProControllerContext>(
env.console, context,
Expand Down
Loading