commit | 8806bed48e48a606f0d71ed655bff6b06ec43985 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 20:12:00 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 22:15:10 2021 -0700 |
tree | d71fcc257d74846175694262214ad019b4dcea64 | |
parent | 3fb9e42f905c7d3ff556afa462ae6d841ab4ee6b [diff] |
Actually run blue B for the blue b auto Change-Id: I141afe75cb6f00549a85bb22bba3d1bea17c8100
diff --git a/y2020/actors/autonomous_actor.cc b/y2020/actors/autonomous_actor.cc index bc1d6f0..1c0f040 100644 --- a/y2020/actors/autonomous_actor.cc +++ b/y2020/actors/autonomous_actor.cc
@@ -180,7 +180,7 @@ } else { LOG(INFO) << "Blue B"; CHECK(path_fetcher_->letter() == y2020::vision::Letter::kB); - spline = &galactic_search_splines_->red_b; + spline = &galactic_search_splines_->blue_b; } } }