need help with easy program
i need help with a program to check mine over with.
please post a program that does the following: (i am new to boe-bot programming)
go straight for 6 feet
then go straight backward for 6 feet
then turn right
then turn left
then pivot right
then pivot left
then go in a circle
then gradually increase the speed of the robot
then gradually decrease the speed of the robot until it stops
a program that does this would be greatly appreciated
thanks!!!!!!!
please post a program that does the following: (i am new to boe-bot programming)
go straight for 6 feet
then go straight backward for 6 feet
then turn right
then turn left
then pivot right
then pivot left
then go in a circle
then gradually increase the speed of the robot
then gradually decrease the speed of the robot until it stops
a program that does this would be greatly appreciated
thanks!!!!!!!
Comments
DO
gosub straight 6 feet
if then gosub straight backward 6 feet
if then turn right
if then turn left
if then pivot right
if then pivot left
if then gosub circle
if then gradually increase the speed of the robot
if then gradually decrease the speed of the robot until it stops
LOOP
It might just work for you! Let us know!
Erco! Next thing ya know, you'll be revealing the secret handshake.
http://www.parallax.com/tabid/441/Default.aspx
Shortly after I got my 'Bot sorted out, I programmed him to do many of the things the poster wanted... just wanted him to show off! :-) Took me about 20 minutes without the manual. Called the program "Bob Dance".
Amanda