I’m trying out the Vex VR virtual skills for high stakes and I’m having a lot of trouble with dropping the mogos. Does anyone know how to drop them because there is no documentation on how to do it. I’ve tried using the pusher, arm and driving backwards but the mogo stays attached to the bot.
In my experience if you use a Drive Backwards block, it drops the mogo, however when i tried using it in a “My Block” Function, it would not drop
do you know how to do it using python?
wait you can pick up the mogos. HOW?
Lift the arm all the way up and drive forward on a goal
They don’t really get “picked up”, they get stuck to the front of the robot.
How do you drop it though?
I believe a:
drivetrain.drive_for(REVERSE, 200, MM)
Should work, just driving backwards any length should work.