what would I do to make a scoop like a flipper robot that has one shaft making it move up and down with a motor on both sides. How would I make the motor’s move at the same time with one button let it go up and down. Move slowly and not slam into the ground like it is doing now.
We aren’t going to do your work for you, we are simply here to help guide you. On your question however, the one button two motor thing is achieved through motor groups.
If they are going too fast, you either have the wrong motor cartridge programmed into the configuration or you can use the “set max velocity” command to decrease its speed. (like “MotorGroup1.setMaxVelocity(50,percent);” or smth like that (I can’t remember the exact command off the top of my head, please correct me if I’m wrong)
We perfer limiting the power output instead of the velocity becasue it seems to work a lot better, either bind the command to the same key or make a motor group