Are you able to make the motors start slowly instead of the initial jerk...which can cause my robot to not start straight? Like a ramp up kind of speed change. Thanks, new to the forum, looking to learn!
Sun Sep 18, 2011 2:29 pm
DiMastero
Expert
Joined: Wed Jun 30, 2010 7:15 am Posts: 179
Re: Starting motors slowly?
You can use a for loop like this:
Code:
task main(){ int i; int final_speed = 100; //change this to the final speed you want your motor to end up at
Users browsing this forum: No registered users and 6 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum