I’m working with sensors recently and I want tips from the pros. I’m pretty new to sensors and I have to get the hang of them until Feb. 26th. (States tournament for me) I am using Inertial sensors just like this, I’m pretty sure (Not Gyro) :
So, if you use a inertial, you could add it into the default settings. Alternatively, you could have the drivetrain spin in a direction, wait until inertial sensor heading < or > whatever you want (depending on which way you are turning).
So, could you be more specific with what you want the sensors to do? Like, do you just want to know if a goal is in a clamp? If so, I would use a limit switch, and write the code something like, drivetrain move forward, wait until Limit switch pressing, clamp down, move onto whatever else you want to do.