Skip to content

Simple repository to maintain autonomous bot control

Notifications You must be signed in to change notification settings

Shiva-460/Bot_Builder

Repository files navigation

Bot_Builder

Simple repository to maintain autonomous bot control

//default position of xarm

void default(){

xArm.moveServos(6, 1000, 1, 735, 2, 877, 3, 132, 4, 857, 5, 687, 6,892);

}

//the action to drop off syringe to basket

void dropoff{

xArm.moveServos(6, 1000, 1, 735, 2, 877, 3, 132, 4, 857, 5, 687, 6, 892);

delay(1000);

xArm.moveServos(6, 1000, 1, 735, 2, 877, 3, 34, 4, 838, 5, 617, 6, 892);

delay(1000);

xArm.moveServos(6, 1000, 1, 450, 2, 877, 3, 34, 4, 838, 5, 617, 6, 892);

delay(1000);

}

About

Simple repository to maintain autonomous bot control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •