itsarune
itsarune
an approach: draw a rectangle from the dribbler in the direction of the robot orientation. If the ball intersects this dribble, the robot is aligned. Otherwise align with the ball...
@jameschuang2002 is already looking into this
http://www.cs.cmu.edu/~coral/cmdragons/multimedia/cmdragons2015_etdp.pdf "Dribbling while turning"
`./tbots.py run thunderscope_main -o --enable_autoref`
@nimazareian Is this still necessary for the new motion planner? We can close it if it isn't.
No here we mean to keep state in memory (so that we can persist learned information over the course of the game).
Have you cross-checked Ubuntu 20 btw? I believe python3.10 is outside of what the Ubuntu 20 package repository provides
We also need to check if this is backwards compatible with the Jetson Nanos, those run Ubuntu 18 and almost certainly don't have python3.10 in the package universe
consider making `bazel run //software/thunderscope:requirements.update` a part of precommit
There's a couple of nits but those could be addressed later