Added a bimanual variant of the normal PointToPoint checkout program to run on two robots at the same time. I just made a second RobotControllerSwitchable
for the secondary robot and duplicated pretty much every line that interacts with the primary one to also apply to the secondary. Also needed a secondary callback function for the second robot. I think that this is probably better merged with the original P2P as a toggle-able option rather than it's own program, but I wanted to get the basic idea off of the SRAL console